Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.