LevelCollection.GetByName Method

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

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

Syntax

C#
public Level GetByName(
    string name
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.Level
The Level with the name specified in name.

Exceptions

Exception Condition
ItemNotFoundException

name is not contained by the collection.

See Also

Reference

LevelCollection Class

Microsoft.AnalysisServices Namespace