Partager via


Propriété MiningModelPermission.AllowBrowsing

Gets or sets a value that indicates whether browsing is allowed.

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

Syntaxe

'Déclaration
Public Property AllowBrowsing As Boolean 
    Get 
    Set
'Utilisation
Dim instance As MiningModelPermission 
Dim value As Boolean 

value = instance.AllowBrowsing

instance.AllowBrowsing = value
public bool AllowBrowsing { get; set; }
public:
property bool AllowBrowsing {
    bool get ();
    void set (bool value);
}
member AllowBrowsing : bool with get, set
function get AllowBrowsing () : boolean 
function set AllowBrowsing (value : boolean)

Valeur de propriété

Type : System.Boolean
true if browsing is enabled; otherwise, false.

Voir aussi

Référence

MiningModelPermission Classe

Espace de noms Microsoft.AnalysisServices