DimensionAttributeCollection.GetByName Método

Gets the DimensionAttribute with the specified name, from the collection.

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

Sintaxis

C#
public DimensionAttribute GetByName(
    string name
)

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.DimensionAttribute
The DimensionAttribute if it is contained in the collection.

Excepciones

Excepción Condición
ItemNotFoundException

name is not contained by the collection.

Vea también

Referencia

DimensionAttributeCollection Clase

Espacio de nombres Microsoft.AnalysisServices