CubePerspectiveTryGetHierarchy Method |
Tries to get the requested
IHierarchy by its unique name.
Namespace: Dundas.BI.Entities.CubePerspectivesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 String
- The unique name of the hierarchy.
- hierarchy IHierarchy
- The hierarchy.
Return Value
Boolean if the hierarchy was found; otherwise
.
Implements
IAnalysisStructureTryGetHierarchy(String, IHierarchy)
See Also