Compartilhar via


Propriedade do RDL IDTSLogging100.Enabled

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

Gets a value that indicates whether logging is enabled.

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

Sintaxe

'Declaração
ReadOnly Property Enabled As Boolean 
    Get
'Uso
Dim instance As IDTSLogging100 
Dim value As Boolean 

value = instance.Enabled
bool Enabled { get; }
property bool Enabled {
    bool get ();
}
abstract Enabled : bool
function get Enabled () : boolean

Valor da propriedade

Tipo: System.Boolean
true if logging is enabled; otherwise, false.

Consulte também

Referência

IDTSLogging100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper