Share via


IDTSLoggingOptions100.EventFilter プロパティ

定義

フィルター オプションの対象となるイベントの名前を含む配列を取得します。値の設定も可能です。

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()

プロパティ値

String[]

フィルター オプションの対象となるイベントの名前です。

属性

適用対象