TraceCollection.GetByName 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 GetByName(
    string name
)

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.Trace
The Trace if it exists in the collection.

Excepciones

Excepción Condición
ItemNotFoundException

name does not exist in the collection.

Vea también

Referencia

TraceCollection Clase

Espacio de nombres Microsoft.AnalysisServices