The ICalculatedCubeDimension interface contains properties of calculated cube dimension and its data source cubes for calculated cube.
A source cube dimension can be obtained using methods and properties of the ICalculatedCubeSourceDimensions interface.
A calculated cube dimension can be obtained using properties and methods of the ICalculatedCubeDimensions interface.
| Property name | Brief description | |
| The BackwardLag property determines the backward lag specifying the number of preceding elements not included in the selection, by which the values will be extracted. | ||
| The Dimension property returns the structure of the dictionary that is the base of the calculated cube dimension. | ||
| The Expression property returns the expression of connection between source cube and destination cube dimensions. | ||
| The Fixed property determines whether a dimension is fixed. | ||
| The ForwardLag property determines the forward lag specifying the number of succeeding elements not included in the selection, by which the values will be extracted. | ||
| The Index property determines index of the connection between source cube and destination cube. | ||
| The IsTime property determines whether the dimension is used for controlling the choice of the formula validity. | ||
| The TimeAttribute property determines the dimension attribute that controls the choice of the the formula validity. |
See also: