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 | |
BackwardLag | 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. | |
Dimension | The Dimension property returns the structure of the dictionary that is the base of the calculated cube dimension. | |
Expression | The Expression property returns the expression of connection between source cube and destination cube dimensions. | |
Fixed | The Fixed property determines whether a dimension is fixed. | |
ForwardLag | 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. | |
Index | The Index property determines index of the connection between source cube and destination cube. | |
IsTime | The IsTime property determines whether the dimension is used for controlling the choice of the formula validity. | |
TimeAttribute | The TimeAttribute property determines the dimension attribute that controls the choice of the the formula validity. |
See also: