Partager via


Propriété ManagedWrapper.Enabled

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets whether the wrapper is enabled.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property Enabled As Boolean 
    Get 
    Set
'Utilisation
Dim instance As ManagedWrapper 
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 wrapper is enabled; otherwise, false.

Implémente

IDTSLogging100.Enabled

Voir aussi

Référence

ManagedWrapper Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime