TraceCollection.FindByName Método

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

C#
public Trace FindByName(
    string name
)

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.Trace
The Trace if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

Vea también

Referencia

TraceCollection Clase

Espacio de nombres Microsoft.AnalysisServices