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.