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 (26.2.0.1000)
Syntax
Transform AppendTransform(
	DataCube dataCube,
	Guid transformComponentId,
	Guid upstreamTransformId
)

Parameters

dataCube  DataCube
The data cube.
transformComponentId  Guid
The transform component ID.
upstreamTransformId  Guid
The upstream transform ID.

Return Value

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