Open this page in the API Guide

IDataCubeService.JoinDataCubes Method

Joins the two specified data cubes for the purpose of providing an enhanced analysis structure for the specified metric set. If the target cube is auto-generated, then the result of the operation is a modified target cube. If the target cube is explicitly defined, then the result of the operation is a new data cube.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
DataCube JoinDataCubes(
	MetricSet metricSet,
	DataCube targetCube,
	DataCube sourceCube
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSets.MetricSet
The metric set.
targetCube
Type: Dundas.BI.Entities.DataCubes.DataCube
The target data cube.
sourceCube
Type: Dundas.BI.Entities.DataCubes.DataCube
The source data cube.

Return Value

Type: DataCube
The result cube.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet, targetCube or sourceCube is null.
ArgumentExceptionNeither targetCube or sourceCube are the specified metric set analysis structure.
See Also