IDataCubeServiceAppendTransform Method

Appends the transform in the process definition immediately after the specified OutputConnector and saves the data cube. The transform input is automatically connected to upstream output. If the specified output is already connected to a downstream transform, then the appended transform main output is connected to the downstream transform as well.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Transform AppendTransform(
	DataCube dataCube,
	Guid transformId,
	Guid upstreamTransformId
)

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubesDataCube
The data cube.
transformId
Type: SystemGuid
The transform component ID.
upstreamTransformId
Type: SystemGuid
The upstream transform ID.

Return Value

Type: Transform
The transform.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is .
ArgumentExceptiontransformId or upstreamTransformId is Empty.
NotFoundExceptiontransformId or upstreamTransformId references a Transform which does not exist.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also