Compartir a través de


TargetSet.Enabled Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Enabled As Boolean 
    Get 
    Set
'Uso
Dim instance As TargetSet 
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 de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

TargetSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf