Bagikan melalui


IDTSLoggingOptions100.EventFilterKind Property

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.

See Also

Reference

IDTSLoggingOptions100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace