Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether drillthrough is permitted on the mining model.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AllowDrillThrough As Boolean
Get
Set
'Usage
Dim instance As MiningModel
Dim value As Boolean
value = instance.AllowDrillThrough
instance.AllowDrillThrough = value
public bool AllowDrillThrough { get; set; }
public:
property bool AllowDrillThrough {
bool get ();
void set (bool value);
}
member AllowDrillThrough : bool with get, set
function get AllowDrillThrough () : boolean
function set AllowDrillThrough (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if drillthough is permitted; otherwise, false.