Compartir a través de


AllowBrowsing Propiedad

Gets or sets the AllowBrowsing property, which indicates whether browsing is allowed.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property AllowBrowsing As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if browsing is enabled; else false.