CubePerspectiveFindHierarchy Method (String)

Finds the hierarchy by its unique name.

Namespace:  Dundas.BI.Entities.CubePerspectives
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public OlapHierarchy FindHierarchy(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The hierarchy unique name.

Return Value

Type: OlapHierarchy
The hierarchy object if found, otherwise .
Exceptions
ExceptionCondition
ArgumentException

uniqueName is or empty.

See Also