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 (25.3.0.1000)
SyntaxOlapLevel FindLevel(
	string uniqueName,
	bool forceDiscovery
)
Function FindLevel ( 
	uniqueName As String,
	forceDiscovery As Boolean
) As OlapLevel
OlapLevel^ FindLevel(
	String^ uniqueName, 
	bool forceDiscovery
)
abstract FindLevel : 
        uniqueName : string * 
        forceDiscovery : bool -> OlapLevel 
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: 
OlapLevelThe 
OlapLevel object or 
 if not found.
Exceptions
See Also