Propriété SfcProperty.Enabled

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property Enabled As Boolean 
    Get 
    Set
'Utilisation
Dim instance As SfcProperty 
Dim value As Boolean 

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }
public:
virtual property bool Enabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract Enabled : bool with get, set 
override Enabled : bool with get, set
final function get Enabled () : boolean 
final function set Enabled (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the control is enabled; otherwise, false.

Implémente

ISfcProperty.Enabled

Voir aussi

Référence

SfcProperty Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc