Proprietà MiningService.SupportsDrillThrough

Gets a value that indicates whether the mining service supports drillthrough.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SupportsDrillThrough As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
true if the mining service supports drillthrough; otherwise, false.

Vedere anche

Riferimento

MiningService Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer