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 (25.3.0.1000)
SyntaxDataCube JoinDataCubes(
	MetricSet metricSet,
	DataCube targetCube,
	DataCube sourceCube
)
Function JoinDataCubes ( 
	metricSet As MetricSet,
	targetCube As DataCube,
	sourceCube As DataCube
) As DataCube
DataCube^ JoinDataCubes(
	MetricSet^ metricSet, 
	DataCube^ targetCube, 
	DataCube^ sourceCube
)
abstract JoinDataCubes : 
        metricSet : MetricSet * 
        targetCube : DataCube * 
        sourceCube : DataCube -> DataCube 
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: 
DataCubeThe result cube.
Exceptions
See Also