Condividi tramite


Enumerazione DTSEventFilterKind

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Enumeration DTSEventFilterKind
'Utilizzo
Dim instance As DTSEventFilterKind
public enum DTSEventFilterKind
public enum class DTSEventFilterKind
type DTSEventFilterKind
public enum DTSEventFilterKind

Membri

Nome membro Descrizione
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.

Osservazioni

For more information, see DTSEventFilterKind.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper