Condividi tramite


Proprietà MiningModel.AllowDrillThrough

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AllowDrillThrough As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MiningModel Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient