IDTSLoggingOptions100.EventFilterKind 属性

定义

获取或设置一个值,该值说明设置的事件筛选器的类型(包含还是排除)。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSEventFilterKind EventFilterKind { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSEventFilterKind get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSEventFilterKind value); };
[System.Runtime.InteropServices.DispId(1610743809)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSEventFilterKind EventFilterKind { [System.Runtime.InteropServices.DispId(1610743809)] get; [System.Runtime.InteropServices.DispId(1610743809)] set; }
[<System.Runtime.InteropServices.DispId(1610743809)>]
[<get: System.Runtime.InteropServices.DispId(1610743809)>]
[<set: System.Runtime.InteropServices.DispId(1610743809)>]
member this.EventFilterKind : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSEventFilterKind with get, set
Public Property EventFilterKind As DTSEventFilterKind

属性值

设置的事件筛选器的类型(无论是包含还是排除的)。

属性

适用于