Assembly: Cubes;
The IVirtualCubeDimensionJoinList interface contains properties and methods that are used to work with the list of compared source cube dimensions.
IVirtualCubeDimensionJoinList
The list of compared dimensions can be obtained in the IVirtualCubeSource.JoinList property.
When comparing dimensions of virtual cubes note that setup of more than one comparison for the same dimension is unavailable.
Property name | Brief description | |
Count | The Count property returns the number of dimensions, for which comparison with dimensions of other source cubes is set up. | |
Item | The Item property returns parameters of comparisons with dimensions of other source cubes. |
Method name | Brief description | |
Add | The Add method adds comparison parameters for the specified dimension of the current source cube to the list. | |
Clear | The Clear method removes parameters of comparison of all dimensions of the current source cube. | |
FindByKey | The FindByKey method searches and returns comparison parameters for the dimension with the specified key. | |
Move | The Move method moves parameters of dimension comparison in the list. | |
Remove | The Remove method removes dimension comparison parameters by its index in the list. | |
RemoveByKey | The RemoveByKey method removes comparison parameters by dimension key. |
See also: