Compartir a través de


MiningService.SupportsDrillThrough Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.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; otherwise, false.

Vea también

Referencia

MiningService Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer