Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Describes the kind of event filter that is set on logging.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSEventFilterKind
'Usage
Dim instance As DTSEventFilterKind
public enum DTSEventFilterKind
public enum class DTSEventFilterKind
type DTSEventFilterKind
public enum DTSEventFilterKind
Members
| Member name | 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. |
Remarks
For more information, see DTSEventFilterKind.