IDTSContainer100.LoggingMode Property

Definition

Gets or sets the logging mode of the container.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode LoggingMode { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode value); };
[System.Runtime.InteropServices.DispId(27)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode LoggingMode { [System.Runtime.InteropServices.DispId(27)] get; [System.Runtime.InteropServices.DispId(27)] set; }
[<System.Runtime.InteropServices.DispId(27)>]
[<get: System.Runtime.InteropServices.DispId(27)>]
[<set: System.Runtime.InteropServices.DispId(27)>]
member this.LoggingMode : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode with get, set
Public Property LoggingMode As DTSLoggingMode

Property Value

The logging mode of the container.

Attributes

Remarks

For more information, see DtsContainer.

Applies to