Share via


LevelCollection.Find Method

Gets the specified Level from the collection by its name.

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

Syntax

public Level Find(
    string index
)

Parameters

Return Value

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

Remarks

If the object is not found, the Find method returns null, whereas the Item property throws an exception.

See Also

Reference

LevelCollection Class

Microsoft.AnalysisServices.AdomdClient Namespace