EventLogRecord.MatchedQueryIds プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このイベントに対応するクエリ ID の一覧を取得します。 クエリがこのイベントを返す場合、このイベントはそのクエリに対応します。
public:
property System::Collections::Generic::IEnumerable<int> ^ MatchedQueryIds { System::Collections::Generic::IEnumerable<int> ^ get(); };
public System.Collections.Generic.IEnumerable<int> MatchedQueryIds { get; }
member this.MatchedQueryIds : seq<int>
Public ReadOnly Property MatchedQueryIds As IEnumerable(Of Integer)
プロパティ値
整数値の列挙可能なコレクションを返します。