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.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 MetricSet
- The metric set.
- targetCube DataCube
- The target data cube.
- sourceCube DataCube
- The source data cube.
Return Value
DataCubeThe result cube.
Exceptions
See Also