AllowBrowsing-Eigenschaft
Gets or sets the AllowBrowsing property, which indicates whether browsing is allowed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AllowBrowsing As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System. . :: . .Boolean
true if browsing is enabled; else false.