Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that 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)
Property Value
Type: System.Boolean
true if browsing is enabled; otherwise, false.