共用方式為


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)

屬性值

傳回整數值的可列舉集合。

適用於

另請參閱