IDTSLoggingOptions100.EventFilter Property

Definition

Gets or sets an array that contains the names of the events that are the subject of the filtering options.

public:
 property cli::array <System::String ^> ^ EventFilter { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Runtime.InteropServices.DispId(1610743811)]
public string[] EventFilter { [System.Runtime.InteropServices.DispId(1610743811)] get; [System.Runtime.InteropServices.DispId(1610743811)] set; }
[<System.Runtime.InteropServices.DispId(1610743811)>]
[<get: System.Runtime.InteropServices.DispId(1610743811)>]
[<set: System.Runtime.InteropServices.DispId(1610743811)>]
member this.EventFilter : string[] with get, set
Public Property EventFilter As String()

Property Value

String[]

The names of the events that are the subject of the filtering options.

Attributes

Applies to