DataCubeTryGetHierarchy Method  | 
 
            Tries to get the requested 
IHierarchy by its unique name.
            
 
    Namespace: 
   Dundas.BI.Entities.DataCubes
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool TryGetHierarchy(
	string uniqueName,
	out IHierarchy hierarchy
)
Public Function TryGetHierarchy ( 
	uniqueName As String,
	<OutAttribute> ByRef hierarchy As IHierarchy
) As Boolean
public:
virtual bool TryGetHierarchy(
	String^ uniqueName, 
	[OutAttribute] IHierarchy^% hierarchy
) sealed
abstract TryGetHierarchy : 
        uniqueName : string * 
        hierarchy : IHierarchy byref -> bool 
override TryGetHierarchy : 
        uniqueName : string * 
        hierarchy : IHierarchy byref -> bool 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