DTSEventFilterKind Enum

Definition

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

public enum class DTSEventFilterKind
public enum DTSEventFilterKind
type DTSEventFilterKind = 
Public Enum DTSEventFilterKind
Inheritance
DTSEventFilterKind

Fields

DTSEFK_EXCLUSION 1

Indicates that the events added to the event filter are excluded from the event log.

DTSEFK_INCLUSION 0

Indicates that the events added to the event filter are included in the event log.

Remarks

For more information, see DTSEventFilterKind.

Applies to