Partager via


Propriété MiningModel.AllowDrillThrough

Obtient une valeur qui indique si le modèle d'exploration de données autorise l'extraction.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AllowDrillThrough As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : Boolean
true si le modèle d'exploration de données autorise l'extraction ; sinon false.

Voir aussi

Référence

MiningModel Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer