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

Parameters

dataCube  DataCube
The data cube.
startTransformId  Guid
The start transform ID.
endTransformId  Guid
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