CubeCollection.GetByName Method

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

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

Syntax

C#
public Cube GetByName(
    string name
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.Cube
The Cube, if contained in the collection.

Exceptions

Exception Condition
ItemNotFoundException

name is not contained by the collection.

See Also

Reference

CubeCollection Class

Microsoft.AnalysisServices Namespace