Freigeben über


DTSEventFilterKind-Enumeration

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Describes the kind of event filter that is set on logging.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Enumeration DTSEventFilterKind
'Usage
Dim instance As DTSEventFilterKind
public enum DTSEventFilterKind
public enum class DTSEventFilterKind
type DTSEventFilterKind
public enum DTSEventFilterKind

Elemente

Elementname Beschreibung
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.

Hinweise

For more information, see DTSEventFilterKind.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace