SupportsDrillthrough propriété
Determines whether the mining service supports drillthrough.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (dans 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 la propriété
Type : System. . :: . .Boolean
true if the mining service supports drillthrough; false otherwise.