IDTSLoggingOptions100.EventFilterKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that describes the kind of event filter that is set, whether included or excluded.
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
Property Value
The kind of event filter that is set, whether included or excluded.
- Attributes