ICalculatedCubeDimensions

Description

The ICalculatedCubeDimensions interface contains properties and methods of calculated cube dimensions.

Comments

The ICalculatedCube.Dimensions property returns the calculated cube dimensions collection.

Properties inherited from ICalculatedCubeSourceDimensions

  Property name Brief description
Count

The Count property returns the number of dimensions in the collection.
Item

The Item property returns parameters of the specified dimension.

Methods

  Method name Brief description
Add The Add method adds a dictionary to the calculated cube dimensions collection.
Remove The Remove method removes a calculated cube dimension by its index.
RemoveByKey The RemoveByKey method removes a calculated cube dimension by its key.

Methods inherited from ICalculatedCubeSourceDimensions

  Method name Brief description
FindById

The FindById method searches for a dimension based on the specified identifier.
FindByKey

The FindByKey method searches for a dimension by its key.
Move

The Move method moves dimensions.

See also:

Cubes Assembly Interfaces