DTSLoggingMode Enum

Definition

Specifies the logging behavior of the container. The container can turn on logging, disable logging, or specify that the setting to use is the setting found on the parent container.

public enum class DTSLoggingMode
public enum DTSLoggingMode
type DTSLoggingMode = 
Public Enum DTSLoggingMode
Inheritance
DTSLoggingMode

Fields

DTSLM_DISABLED 2

Logging is disabled.

DTSLM_ENABLED 1

Logging is enabled.

DTSLM_USEPARENTSETTING 0

Logging value is taken from the logging mode setting of the parent container.

Remarks

For more information, see DTSLoggingMode.

Applies to