Compartilhar via


Enumeração DTSEventFilterKind

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Public Enumeration DTSEventFilterKind
'Uso
Dim instance As DTSEventFilterKind
public enum DTSEventFilterKind
public enum class DTSEventFilterKind
type DTSEventFilterKind
public enum DTSEventFilterKind

Membros

Nome do membro Descrição
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.

Comentários

For more information, see DTSEventFilterKind.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper