Proprietà Policy.Enabled

Gets or set the Boolean value that specifies whether the policy is enabled.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Enabled As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As Policy 
Dim value As Boolean 

value = instance.Enabled

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

Valore proprietà

Tipo: System.Boolean
A Boolean object value that specifies whether the policy is enabled.If True, the policy is enabled. Otherwise, False (default).

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

Policy Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf