DimensionCollection.GetByName-Methode

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public Dimension GetByName(
    string name
)

Parameter

Rückgabewert

Typ: Microsoft.AnalysisServices.Dimension
The Dimension if contained in the collection.

Ausnahmen

Ausnahme Bedingung
ItemNotFoundException

name is not contained by the collection.

Siehe auch

Verweis

DimensionCollection Klasse

Microsoft.AnalysisServices-Namespace