OlapCubeGetHierarchy Method

Gets the requested IHierarchy by its unique name.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public IHierarchy GetHierarchy(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The unique name of the hierarchy.

Return Value

Type: IHierarchy
The hierarchy.

Implements

IAnalysisStructureGetHierarchy(String)
Exceptions
ExceptionCondition
ArgumentExceptionuniqueName is or Empty.
NotFoundExceptionThe hierarchy with the specified uniqueName cannot be found.
See Also