OlapCubeFindHierarchy(String) Method

Finds the hierarchy by its unique name.

Namespace: Dundas.BI.Data.Metadata.Olap
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public OlapHierarchy FindHierarchy(
	string uniqueName
)

Parameters

uniqueName  String
The hierarchy unique name.

Return Value

OlapHierarchy
An instance of OlapHierarchy or null if not found.
Exceptions
ExceptionCondition
ArgumentException

uniqueName is or empty.

See Also