Compartir a través de


SupportsDrillthrough Propiedad

Determines whether the mining service supports drillthrough.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property SupportsDrillthrough As Boolean
    Get
'Uso
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

Valor de la propiedad

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