IDataCubeServiceConnectTransforms Method |
Connects the specified transforms within a data cube.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxvoid ConnectTransforms(
DataCube dataCube,
Guid startTransformId,
Guid endTransformId
)
Sub ConnectTransforms (
dataCube As DataCube,
startTransformId As Guid,
endTransformId As Guid
)
void ConnectTransforms(
DataCube^ dataCube,
Guid startTransformId,
Guid endTransformId
)
abstract ConnectTransforms :
dataCube : DataCube *
startTransformId : Guid *
endTransformId : Guid -> unit
Parameters
- dataCube
- Type: Dundas.BI.Entities.DataCubesDataCube
The data cube. - startTransformId
- Type: SystemGuid
The start transform ID. - endTransformId
- Type: SystemGuid
The end transform ID.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | dataCube is . |
| ArgumentException | endTransformId or startTransformId is Empty. |
| NotFoundException | The specified data cube could not be found. |
| NoPrivilegeException | The caller does not have Read access to the specified data cube. |
| InvalidSessionException | The caller context is not associated with a valid session. |
| NotSupportedException | The specified control elements are invalid, as only numeric and DateTime data types are supported. |
See Also