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)

属性值

返回整数值的可枚举集合。

适用于

另请参阅