IVirtualCubeDimensionJoins

Assembly: Cubes;

Description

The IVirtualCubeDimensionJoins interface contains properties and methods that are used to work with the collection of parameters of comparing of dimension with dimensions of other source cubes.

Inheritance Hierarchy

          IVirtualCubeDimensionJoin

          IVirtualCubeDimensionJoins

Comments

Parameters of comparing the dimension with dimensions of other source cubes can be obtained by using properties and methods of the IVirtualCubeDimensionJoinList interface.

Properties

  Property name Brief description
Count

The Count property returns the number of dimensions, with which cube source dimension is compared.
Item

The Item property returns parameters of compared dimension by index in the collection.

Properties inherited from IVirtualCubeDimensionJoin

  Property name Brief description
CubeId

The CubeId property returns cube identifier.
DimensionKey

The DimensionKey property returns key of the dimension used on comparison.
IndexId

The IndexId property returns identifier of the index used on comparing elements of two dimensions.

Methods

  Method name Brief description
Add

The Add method creates a comparison with the specified source cube dimension.
Clear

The Clear method deletes all comparisons with source cube dimensions.
FindById

The FindById method searches for a source cube by identifier and returns parameters of comparison with its dimension.
Move

The Move method moves the compared dimension in the collection.
Remove

The Remove method removes comparison with source cube by its index in the collection.
RemoveById

The RemoveById method removes comparison with the source cube by its identifier.

See also:

Cubes Assembly Interfaces