다음을 통해 공유


EventLogRecord.MatchedQueryIds 속성

정의

이 이벤트와 일치하는 쿼리 식별자의 목록을 가져옵니다. 쿼리에서 이 이벤트를 반환하는 경우 이 이벤트는 쿼리와 일치합니다.

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)

속성 값

정수 값의 열거 가능한 컬렉션을 반환합니다.

적용 대상

추가 정보