IDTSLoggingOptions100.EventFilterKind Property
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see LoggingOptions.
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
See Also