IOlapCubeFindHierarchy Method |
Finds the hierarchy by its unique name.
Namespace: Dundas.BI.Data.Metadata.OlapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxOlapHierarchy FindHierarchy(
string uniqueName,
bool forceDiscovery
)
Function FindHierarchy (
uniqueName As String,
forceDiscovery As Boolean
) As OlapHierarchy
OlapHierarchy^ FindHierarchy(
String^ uniqueName,
bool forceDiscovery
)
abstract FindHierarchy :
uniqueName : string *
forceDiscovery : bool -> OlapHierarchy Parameters
- uniqueName String
- The unique name of the hierarchy.
- forceDiscovery Boolean
- If set to force hierarchy loading from the database, if not found in the cube.
Return Value
OlapHierarchyThe
OlapHierarchy object or
if not found.
Exceptions
See Also