Partager via


Propriété MiningService.SupportsDrillthrough

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SupportsDrillthrough As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MiningService Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient