Sdílet prostřednictvím


EventLogRecord.MatchedQueryIds Vlastnost

Definice

Získá seznam identifikátorů dotazu, které tato událost odpovídá. Tato událost odpovídá dotazu, pokud dotaz vrátí tuto událost.

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)

Hodnota vlastnosti

Vrátí výčtovou kolekci celočíselných hodnot.

Platí pro

Viz také