Compartilhar via


Propriedade do RDL MiningModel.AllowDrillThrough

Gets a value that indicates whether the mining model allows drillthrough.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property AllowDrillThrough As Boolean 
    Get
'Uso
Dim instance As MiningModel 
Dim value As Boolean 

value = instance.AllowDrillThrough
public bool AllowDrillThrough { get; }
public:
property bool AllowDrillThrough {
    bool get ();
}
member AllowDrillThrough : bool
function get AllowDrillThrough () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the mining model allows drillthrough; otherwise, false.

Consulte também

Referência

MiningModel Classe

Namespace Microsoft.AnalysisServices.AdomdServer