CubePerspective.FindLevel Method (String, Boolean) |
Finds a hierarchy level by its unique name.
Namespace:
Dundas.BI.Entities.CubePerspectives
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic OlapLevel FindLevel(
string uniqueName,
bool forceDiscovery
)
Public Function FindLevel (
uniqueName As String,
forceDiscovery As Boolean
) As OlapLevel
public:
virtual OlapLevel^ FindLevel(
String^ uniqueName,
bool forceDiscovery
) sealed
abstract FindLevel :
uniqueName : string *
forceDiscovery : bool -> OlapLevel
override FindLevel :
uniqueName : string *
forceDiscovery : bool -> OlapLevel
Parameters
- uniqueName
- Type: System.String
The hierarchy level unique name. - forceDiscovery
- Type: System.Boolean
If set to true force member loading from the database, if not found in the cube.
Return Value
Type:
OlapLevelThe
OlapLevel object or
null if not found.
Implements
IOlapCube.FindLevel(String, Boolean)
Exceptions
See Also