OlapCubeTryGetHierarchy Method

Tries to get 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 bool TryGetHierarchy(
	string uniqueName,
	out IHierarchy hierarchy
)

Parameters

uniqueName
Type: SystemString
The unique name of the hierarchy.
hierarchy
Type: Dundas.BI.Data.MetadataIHierarchy
The hierarchy.

Return Value

Type: Boolean
if the hierarchy was found; otherwise .

Implements

IAnalysisStructureTryGetHierarchy(String, IHierarchy)
See Also