DTSEventFilterKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
DTSEFK_INCLUSION | 0 | Indicates that the events added to the event filter are included in the event log. |
DTSEFK_EXCLUSION | 1 | Indicates that the events added to the event filter are excluded from the event log. |
Remarks
For more information, see DTSEventFilterKind.