Поделиться через


Свойство 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