次の方法で共有


EventLogRecord.MatchedQueryIds プロパティ

定義

このイベントに対応するクエリ 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)

プロパティ値

整数値の列挙可能なコレクションを返します。

適用対象

こちらもご覧ください