Compartilhar via


Propriedade do RDL TaskHostClass.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
Public Overridable Property LoggingMode As DTSLoggingMode 
    Get 
    Set
'Uso
Dim instance As TaskHostClass 
Dim value As DTSLoggingMode 

value = instance.LoggingMode

instance.LoggingMode = value
public virtual DTSLoggingMode LoggingMode { get; set; }
public:
virtual property DTSLoggingMode LoggingMode {
    DTSLoggingMode get ();
    void set (DTSLoggingMode value);
}
abstract LoggingMode : DTSLoggingMode with get, set 
override 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.

Implementa

IDTSContainer100.LoggingMode

Consulte também

Referência

TaskHostClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper