Open this page in the API Guide

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

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubes.DataCube
The data cube.
startTransformId
Type: System.Guid
The start transform ID.
endTransformId
Type: System.Guid
The end transform ID.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is null.
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