IDataCubeServiceJoinDataCubes 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 (24.3.0.1000)
Syntax
DataCube JoinDataCubes(
	MetricSet metricSet,
	DataCube targetCube,
	DataCube sourceCube
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set.
targetCube
Type: Dundas.BI.Entities.DataCubesDataCube
The target data cube.
sourceCube
Type: Dundas.BI.Entities.DataCubesDataCube
The source data cube.

Return Value

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