Compartilhar via


EventLogRecord.MatchedQueryIds Propriedade

Definição

Obtém uma lista de identificadores de consulta que corresponde a esse evento. Esse evento corresponde a uma consulta se a consulta o retornaria.

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)

Valor da propriedade

Retorna uma coleção enumerável de valores inteiros.

Aplica-se a

Confira também