IOlapCubeFindLevel Method

Finds a hierarchy level by its unique name.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
OlapLevel FindLevel(
	string uniqueName,
	bool forceDiscovery
)

Parameters

uniqueName
Type: SystemString
The hierarchy level unique name.
forceDiscovery
Type: SystemBoolean
If set to force member loading from the database, if not found in the cube.

Return Value

Type: OlapLevel
The OlapLevel object or if not found.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when uniqueName is invalid.
See Also