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 (24.3.0.1000)
Syntax
void ConnectTransforms(
	DataCube dataCube,
	Guid startTransformId,
	Guid endTransformId
)

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
ExceptionCondition
ArgumentNullExceptiondataCube is .
ArgumentExceptionendTransformId or startTransformId is Empty.
NotFoundExceptionThe specified data cube could not be found.
NoPrivilegeExceptionThe caller does not have Read access to the specified data cube.
InvalidSessionExceptionThe caller context is not associated with a valid session.
NotSupportedExceptionThe specified control elements are invalid, as only numeric and DateTime data types are supported.
See Also