MiningModel.AllowDrillThrough Property

Gets a value that indicates whether the mining model allows drillthrough.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.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; otherwise, false.

See Also

Reference

MiningModel Class

Microsoft.AnalysisServices.AdomdServer Namespace