Перечисление DTSEventFilterKind
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Describes the kind of event filter that is set on logging.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Enumeration DTSEventFilterKind
'Применение
Dim instance As DTSEventFilterKind
public enum DTSEventFilterKind
public enum class DTSEventFilterKind
type DTSEventFilterKind
public enum DTSEventFilterKind
Элементы
Имя элемента | Описание | |
---|---|---|
DTSEFK_EXCLUSION | Indicates that the events added to the event filter are excluded from the event log. | |
DTSEFK_INCLUSION | Indicates that the events added to the event filter are included in the event log. |
Замечания
For more information, see DTSEventFilterKind.