EventLogRecord.MatchedQueryIds Propiedad

Definición

Obtiene una lista de identificadores de consulta con los que coincide este evento. Este evento coincide con una consulta si la consulta devuelve este 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)

Valor de propiedad

Devuelve una colección enumerable de valores enteros.

Se aplica a

Consulte también