OlapCubeFindLevel(String, Boolean) Method |
Finds the level by 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)
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 String
- Level unique name.
- forceDiscovery Boolean
- If set to force level loading from the database if not found in the cube.
Return Value
OlapLevel
An instance of
OlapLevelor null if not found.
Implements
IOlapCubeFindLevel(String, Boolean)
Exceptions
See Also