TraceEventCollection.Find(TraceEventClass) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
, Returns the TraceEvent with the specified EventId.
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
Parameters
- eventId
- TraceEventClass
The EventId of the TraceEvent to return.
Returns
The TraceEvent with the specified EventId, if found; otherwise, a null reference (Nothing in Visual Basic).