PolicyStore.Enabled 属性

Gets or sets whether the policy store is enabled.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public Property Enabled As Boolean 
    Get 
    Set
用法
Dim instance As PolicyStore 
Dim value As Boolean 

value = instance.Enabled

instance.Enabled = value
[SfcPropertyAttribute(Data = true)]
public bool Enabled { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(Data = true)>]
member Enabled : bool with get, set
function get Enabled () : boolean 
function set Enabled (value : boolean)

属性值

类型:System.Boolean
A Boolean value, True if the policy store is enabled, otherwise False.

请参阅

参考

PolicyStore 类

Microsoft.SqlServer.Management.Dmf 命名空间