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

Parameters

metricSet  MetricSet
The metric set.
targetCube  DataCube
The target data cube.
sourceCube  DataCube
The source data cube.

Return Value

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