Поделиться через


Перечисление 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