Share via


MiningModel.AllowDrillThrough Property

Indicates whether the mining model allows drillthrough.

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

Syntax

'Declaration
Public ReadOnly Property AllowDrillThrough As Boolean
    Get
'Usage
Dim instance As MiningModel
Dim value As Boolean

value = instance.AllowDrillThrough
public bool AllowDrillThrough { get; }
public:
property bool AllowDrillThrough {
    bool get ();
}
member AllowDrillThrough : bool
function get AllowDrillThrough () : boolean

Property Value

Type: System.Boolean
true if the mining model allows drillthrough; false otherwise.