Olap |
The OlapCube type exposes the following members.
| Name | Description | |
|---|---|---|
| CacheExpiration | Gets a value indicating the time length for caching the results queried from the current instance. | |
| Caption | Gets or sets the localized caption. | |
| CubeDescriptor | Gets the cube descriptor. | |
| DataConnector | Gets the data connector. | |
| DataProvider | Gets the data provider. | |
| DateMappingCollection | Gets the date mappings. | |
| DefaultMeasure | Gets the default measure of the cube. | |
| DefaultMeasureName | Gets or sets the default measure name. | |
| Description |
Gets or sets the description.
(Inherited from DataStructure) | |
| Dimensions | Gets the cube dimensions. | |
| HasWarnings | Gets a value indicating whether this instance,or one of its dependencies, has warnings. | |
| Hierarchies | Gets the hierarchies. | |
| Id | Gets the ID of the native structure entity corresponding to the cube. | |
| InternalName |
Gets or sets the internal name.
(Inherited from DataStructure) | |
| IsAutoGenerated | Gets a value indicating whether this instance is auto generated. | |
| Item | Gets the cube property with the specified name. | |
| Kpis | Gets the KPIs. | |
| MeasureGroups | Gets the measure groups. | |
| Measures | Gets the measures. | |
| MeasuresCaption | Gets or sets the measures caption. | |
| MeasuresUniqueName | Gets or sets the measures root unique name. | |
| Name |
Gets or sets the name.
(Inherited from DataStructure) | |
| NamedSets | Gets the cube named sets. | |
| Parameters | Gets the parameters defined for the current instance. | |
| ProcessDate | Gets the process date. | |
| Properties | Gets the cube properties. | |
| QueryHints | Gets the optional query hints the structure may support. | |
| SecurityHierarchies | Gets the data security hierarchies. | |
| Settings |
Gets the properties of the structure.
(Inherited from DataStructure) | |
| StructureType |
Gets or sets data structure type.
(Inherited from DataStructure) | |
| UpdateDate | Gets the update date. | |
| Warnings | Gets the warnings for the current instance, as well as for any dependency objects. |
| 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. |