다음을 통해 공유


MiningModelPermission.AllowBrowsing 속성

Gets or sets a value that 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; otherwise, false.

참고 항목

참조

MiningModelPermission 클래스

Microsoft.AnalysisServices 네임스페이스