IDataCubeServiceJoinNativeStructure Method (DataCube, Guid) |
Joins the data cube with the specified native structure, select all the elements of the native structure and then saves the data cube.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxSelectTransform JoinNativeStructure(
DataCube dataCube,
Guid nativeStructureId
)
Function JoinNativeStructure (
dataCube As DataCube,
nativeStructureId As Guid
) As SelectTransform
SelectTransform^ JoinNativeStructure(
DataCube^ dataCube,
Guid nativeStructureId
)
abstract JoinNativeStructure :
dataCube : DataCube *
nativeStructureId : Guid -> SelectTransform
Parameters
- dataCube
- Type: Dundas.BI.Entities.DataCubesDataCube
The data cube. - nativeStructureId
- Type: SystemGuid
The native structure ID.
Return Value
Type:
SelectTransformThe newly created
SelectTransform.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | dataCube is . |
| NotFoundException | One of the structure with the specified dataCube or nativeStructureId does not exist. |
| ArgumentException | The data structure with the specified nativeStructureId cannot be joined to a DataCube. |
| InvalidSessionException | The caller context is not associated with a valid session. |
| InvalidOperationException | A join operation is invalid for the provided data cube definition. |
See Also