Propriété MiningService.SupportsDrillThrough
Obtient une valeur qui indique si le service d'exploration de données prend en charge l'extraction.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SupportsDrillThrough As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : Boolean
true si le service d'exploration de données prend en charge l'extraction sur les modèles ; sinon false.