OlapCube Methods |
The OlapCube type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigureDataSecurityHierarchy |
Configures the specified hierarchy as a data security hierarchy.
| |
| FindHierarchy(String) |
Finds the hierarchy by its unique name.
| |
| FindHierarchy(String, Boolean) |
Finds the hierarchy by its unique name.
| |
| FindLevel(String) |
Finds the level by unique name.
| |
| FindLevel(String, Boolean) |
Finds the level by unique name.
| |
| FindMember(String) |
Finds the member by member unique name.
| |
| FindMember(String, Boolean) |
Finds the member by member unique name.
| |
| GetAnalysisElement |
Gets the requested IAnalysisElement by its unique name.
| |
| GetHierarchy |
Gets the requested IHierarchy by its unique name.
| |
| GetMeasure |
Gets the requested IMeasure by its unique name.
| |
| RefreshTimeHierarchies |
Refreshes the time hierarchies.
| |
| ResetDataSecurityHierarchy |
Resets the data security hierarchy as a standard hierarchy.
| |
| TryGetAnalysisElement |
Tries to get the requested IAnalysisElement by its unique name.
| |
| TryGetHierarchy |
Tries to get the requested IHierarchy by its unique name.
| |
| TryGetMeasure |
Tries to get the requested IMeasure by its unique name.
| |
| UpdateDefaultMeasure |
Updates the default measure.
|