Compartilhar via


Propriedade do RDL IDTSContainer100.LoggingMode

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 the logging mode of the container.

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

Sintaxe

'Declaração
Property LoggingMode As DTSLoggingMode 
    Get 
    Set
'Uso
Dim instance As IDTSContainer100 
Dim value As DTSLoggingMode 

value = instance.LoggingMode

instance.LoggingMode = value
DTSLoggingMode LoggingMode { get; set; }
property DTSLoggingMode LoggingMode {
    DTSLoggingMode get ();
    void set (DTSLoggingMode value);
}
abstract LoggingMode : DTSLoggingMode with get, set
function get LoggingMode () : DTSLoggingMode 
function set LoggingMode (value : DTSLoggingMode)

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode
The logging mode of the container.

Comentários

For more information, see DtsContainer.

Consulte também

Referência

IDTSContainer100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper