IAnalysisStructureTryGetHierarchy Method |
Tries to get the requested
IHierarchy by its unique name.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool TryGetHierarchy(
string uniqueName,
out IHierarchy hierarchy
)
Function TryGetHierarchy (
uniqueName As String,
<OutAttribute> ByRef hierarchy As IHierarchy
) As Boolean
bool TryGetHierarchy(
String^ uniqueName,
[OutAttribute] IHierarchy^% hierarchy
)
abstract TryGetHierarchy :
uniqueName : string *
hierarchy : IHierarchy byref -> bool Parameters
- uniqueName String
- The unique name of the hierarchy.
- hierarchy IHierarchy
- The hierarchy.
Return Value
Boolean if the hierarchy was found; otherwise
.
See Also