Proprietà SupportsDrillthrough
Determines whether the mining service supports drillthrough.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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; false otherwise.
Vedere anche