Sdílet prostřednictvím


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

Name Value Description
DTSLM_USEPARENTSETTING 0

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

DTSLM_ENABLED 1

Logging is enabled.

DTSLM_DISABLED 2

Logging is disabled.

Remarks

For more information, see DTSLoggingMode.

Applies to