DTSEventFilterKind Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Describes the kind of event filter that is set on logging.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| 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.
Show: