OlapCube Methods

The OlapCube type exposes the following members.

Methods
  NameDescription
Public methodConfigureDataSecurityHierarchy
Configures the specified hierarchy as a data security hierarchy.
Public methodFindHierarchy(String)
Finds the hierarchy by its unique name.
Public methodFindHierarchy(String, Boolean)
Finds the hierarchy by its unique name.
Public methodFindLevel(String)
Finds the level by unique name.
Public methodFindLevel(String, Boolean)
Finds the level by unique name.
Public methodFindMember(String)
Finds the member by member unique name.
Public methodFindMember(String, Boolean)
Finds the member by member unique name.
Public methodGetAnalysisElement
Gets the requested IAnalysisElement by its unique name.
Public methodGetHierarchy
Gets the requested IHierarchy by its unique name.
Public methodGetMeasure
Gets the requested IMeasure by its unique name.
Public methodRefreshTimeHierarchies
Refreshes the time hierarchies.
Public methodResetDataSecurityHierarchy
Resets the data security hierarchy as a standard hierarchy.
Public methodTryGetAnalysisElement
Tries to get the requested IAnalysisElement by its unique name.
Public methodTryGetHierarchy
Tries to get the requested IHierarchy by its unique name.
Public methodTryGetMeasure
Tries to get the requested IMeasure by its unique name.
Public methodUpdateDefaultMeasure
Updates the default measure.
Top
See Also