| 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 (25.3.0.1000)
 Syntax
Syntaxpublic OlapHierarchy FindHierarchy(
	string uniqueName
)
Public Function FindHierarchy ( 
	uniqueName As String
) As OlapHierarchy
public:
OlapHierarchy^ FindHierarchy(
	String^ uniqueName
)
member FindHierarchy : 
        uniqueName : string -> OlapHierarchy 
Parameters
- uniqueName
- Type: SystemString
 The hierarchy unique name.
Return Value
Type: 
OlapHierarchyThe hierarchy object if found, otherwise 
.
 Exceptions
Exceptions See Also
See Also