TraceCollection.Find(String) Method

Definition

Gets the Trace that has the specified identifier from the collection.

public Microsoft.AnalysisServices.Trace Find (string id);
member this.Find : string -> Microsoft.AnalysisServices.Trace
Public Function Find (id As String) As Trace

Parameters

id
String

The identifier of the Trace to locate.

Returns

The Trace with the specified identifier, if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

Applies to