Assembly: Cubes;
The IAutoCube interface contains properties of the repository object that is Calculated Cube.
ICalculatedCube
When a new calculated cube is created, it is required to do the following minimum settings to ensure its correct work:
Add any cubes or times series databases, which will be data sources, to the Sources collection.
Add dictionaries, which will be used for dimensions, to the Dimensions collection.
After the calculated cube instance is built, set up formulas.
Property name | Brief description | |
CacheFormulas | The CacheFormulas property determines whether the expression is cached on cube calculation. | |
Dimensions | The Dimensions property returns the collection of calculated cube dimensions. | |
EvaluateOnly | The EvaluateOnly property determines the coordinates, by which output matrix values will be calculated. | |
ExternalFactDimension | The ExternalFactDimension property determines whether the local fact dimension is used for a calculated cube. | |
FormulasDestinationVisible | The FormulasDestinationVisible property determines whether the display version of cube formulas is available. | |
IncludeNulls | The IncludeNulls property determines whether empty values are included in the output matrix. | |
InternalFactDimension | The InternalFactDimension property returns parameters of calculated cube's local fact dimension. | |
Sources | The Sources property returns the collection of source cubes for this calculated cube. | |
TimeDimension | The TimeDimension property determines the dimension, which will control formulas actual period. |
See also: