Partager via


Énumération DTSEventFilterKind

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Enumeration DTSEventFilterKind
'Utilisation
Dim instance As DTSEventFilterKind
public enum DTSEventFilterKind
public enum class DTSEventFilterKind
type DTSEventFilterKind
public enum DTSEventFilterKind

Membres

Nom de membre 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.

Notes

For more information, see DTSEventFilterKind.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper