Freigeben über


MiningService.SupportsDrillThrough-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Miningdienst Drillthroughs unterstützt.

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

Syntax

'Declaration
Public ReadOnly Property SupportsDrillThrough As Boolean 
    Get
'Usage
Dim instance As MiningService 
Dim value As Boolean 

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

Eigenschaftswert

Typ: Boolean
True, wenn der Miningdienst Drillthroughs für Modelle unterstützt, andernfalls false.

Siehe auch

Verweis

MiningService Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace