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.

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

public enum class DTSEventFilterKind

Member nameDescription
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.

Return to top
Show: