Compartilhar via


Propriedade do RDL MiningService.SupportsDrillthrough

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MiningService Classe

Namespace Microsoft.AnalysisServices.AdomdClient