Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that describes the kind of event filter that is set, whether included or excluded.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property EventFilterKind As DTSEventFilterKind
Get
Set
'Usage
Dim instance As IDTSLoggingOptions100
Dim value As DTSEventFilterKind
value = instance.EventFilterKind
instance.EventFilterKind = value
DTSEventFilterKind EventFilterKind { get; set; }
property DTSEventFilterKind EventFilterKind {
DTSEventFilterKind get ();
void set (DTSEventFilterKind value);
}
abstract EventFilterKind : DTSEventFilterKind with get, set
function get EventFilterKind () : DTSEventFilterKind
function set EventFilterKind (value : DTSEventFilterKind)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSEventFilterKind
The kind of event filter that is set, whether included or excluded.