Compartir a través de


Enumeración DTSEventFilterKind

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSEventFilterKind
'Uso
Dim instance As DTSEventFilterKind
public enum DTSEventFilterKind
public enum class DTSEventFilterKind
type DTSEventFilterKind
public enum DTSEventFilterKind

Miembros

Nombre del miembro Descripción
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.

Comentarios

For more information, see DTSEventFilterKind.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper