IDTSLoggingOptions100.EventFilterKind 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets a value that describes the kind of event filter that is set, whether included or excluded.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Property EventFilterKind As DTSEventFilterKind 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSEventFilterKind
The kind of event filter that is set, whether included or excluded.

請參閱

參考

IDTSLoggingOptions100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間