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 命名空间