EventHandlerClass.LoggingMode Property

Definition

Gets or sets a value from the DTSLoggingMode enumeration that indicates the logging mode of the container.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode LoggingMode { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode LoggingMode { get; set; }
member this.LoggingMode : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode with get, set
Public Overridable Property LoggingMode As DTSLoggingMode

Property Value

One of the enumeration values of the DTSLoggingMode enumeration that indicates the logging mode of the container.

Implements

Applies to