AllowBrowsing 속성
Gets or sets the AllowBrowsing property, which indicates whether browsing is allowed.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property AllowBrowsing As Boolean
Get
Set
‘사용 방법
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)
속성 값
유형: System. . :: . .Boolean
true if browsing is enabled; else false.