IDTSLoggingOptions100.EventFilter Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets an array that contains the names of the events that are the subject of the filtering options.
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[]
The names of the events that are the subject of the filtering options.