DTSLoggingMode 枚举
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
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.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Enumeration DTSLoggingMode
用法
Dim instance As DTSLoggingMode
public enum DTSLoggingMode
public enum class DTSLoggingMode
type DTSLoggingMode
public enum DTSLoggingMode
成员
成员名称 | 说明 | |
---|---|---|
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.