Compartir a través de


ManagedWrapper.Enabled Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets whether the wrapper is enabled.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property Enabled As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
True if the wrapper is enabled; otherwise, false.

Implementa

IDTSLogging100.Enabled

Vea también

Referencia

ManagedWrapper Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime