AllowDrillThrough propriété
Indicates whether the mining model allows drillthrough.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.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 la propriété
Type : System. . :: . .Boolean
true if the mining model allows drillthrough; false otherwise.
Voir aussi