Partilhar via


Propriedade do RDL ManagedWrapper.Enabled

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets whether the wrapper is enabled.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IDTSLogging100.Enabled

Consulte também

Referência

ManagedWrapper Classe

Namespace Microsoft.SqlServer.Dts.Runtime