Compartilhar via


Propriedade do RDL MiningModelPermission.AllowBrowsing

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MiningModelPermission Classe

Namespace Microsoft.AnalysisServices