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.

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間