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.