MiningModel.AllowDrillThrough Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether drillthrough is permitted on the mining model.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(false)]
public bool AllowDrillThrough { get; set; }
public:
[DefaultValueAttribute(false)]
property bool AllowDrillThrough {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(false)>]
member AllowDrillThrough : bool with get, set
<DefaultValueAttribute(False)>
Public Property AllowDrillThrough As Boolean

Property Value

Type: System.Boolean

true if drillthough is permitted; otherwise, false.

See Also

MiningModel Class
Microsoft.AnalysisServices Namespace

Return to top