DTSLoggingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.