IDTSLoggingOptions100.EventFilter 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 EventFilter As String()
Get
Set
'Usage
Dim instance As IDTSLoggingOptions100
Dim value As String()
value = instance.EventFilter
instance.EventFilter = value
string[] EventFilter { get; set; }
property array<String^>^ EventFilter {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract EventFilter : string[] with get, set
function get EventFilter () : String[]
function set EventFilter (value : String[])
Property Value
Type: array<System.String[]
See Also