DTSLoggingMode Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
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.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSLM_DISABLED | Logging is disabled. | |
| DTSLM_ENABLED | Logging is enabled. | |
| DTSLM_USEPARENTSETTING | Logging value is taken from the logging mode setting of the parent container. |
For more information, see DTSLoggingMode.
Show: