CubePerspectiveFindHierarchy Method (String, Boolean) | 
 
             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)
Syntaxpublic OlapHierarchy FindHierarchy(
	string uniqueName,
	bool forceDiscovery
)
Public Function FindHierarchy ( 
	uniqueName As String,
	forceDiscovery As Boolean
) As OlapHierarchy
public:
virtual OlapHierarchy^ FindHierarchy(
	String^ uniqueName, 
	bool forceDiscovery
) sealed
abstract FindHierarchy : 
        uniqueName : string * 
        forceDiscovery : bool -> OlapHierarchy 
override FindHierarchy : 
        uniqueName : string * 
        forceDiscovery : bool -> OlapHierarchy Parameters
- uniqueName
 - Type: SystemString
The unique name of the hierarchy. - forceDiscovery
 - Type: SystemBoolean
If set to  force hierarchy loading from the database, if not found in the cube. 
Return Value
Type: 
OlapHierarchyThe 
OlapHierarchy object or 
 if not found.
Implements
IOlapCubeFindHierarchy(String, Boolean)
Exceptions
See Also