Condividi tramite


EventLogRecord.MatchedQueryIds Proprietà

Definizione

Ottiene un elenco di identificatori di query ai quali corrisponde questo evento che a sua volta corrisponde a una query nel caso quest'ultima restituisse lo stesso evento.

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)

Valore della proprietà

Restituisce un insieme enumerabile di interi.

Si applica a

Vedi anche