Propriedade Enabled
Gets or set the Boolean value that specifies whether the policy is enabled.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Enabled As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean object value that specifies whether the policy is enabled.
If True, the policy is enabled. Otherwise, False (default).
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também