共用方式為


TraceEventCollection.Find(TraceEventClass) 方法

定義

傳回具有指定 EventId 的 TraceEvent

public Microsoft.AnalysisServices.TraceEvent Find (Microsoft.AnalysisServices.TraceEventClass eventId);
member this.Find : Microsoft.AnalysisServices.TraceEventClass -> Microsoft.AnalysisServices.TraceEvent
Public Function Find (eventId As TraceEventClass) As TraceEvent

參數

eventId
TraceEventClass

要傳回之 TraceEvent 的 EventId。

傳回

包含具有指定 EventId 的 TraceEvent (如果有的話);否則為 Null 參考 (Visual Basic 中的 Nothing)。

適用於