DTSLoggingMode Enumeration
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.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Member name | Description | |
|---|---|---|
| Disabled | Logging is disabled. | |
| Enabled | Logging is enabled. | |
| UseParentSetting | Logging value is taken from the logging mode setting of the parent container. |
This enumeration is used by objects that have a LoggingMode property. The LoggingMode property is initially defined in the DtsContainer, and eventually inherited by containers such as the Package, Sequence, and other containers.
Show: