Partager via


Propriété AllowDrillThrough

Gets or sets a value determining whether drillthrough is permitted on the mining model.

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

Syntaxe

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

Valeur de propriété

Type : System. . :: . .Boolean
true if drillthough is permitted; otherwise, false.