DataProcessAppendTransform Method

Appends the transform in the process definition immediately after the specified OutputConnector. 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.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public Transform AppendTransform(
	Guid transformComponentId,
	OutputConnector upstreamOutputConnector
)

Parameters

transformComponentId
Type: SystemGuid
The transform component ID.
upstreamOutputConnector
Type: Dundas.BI.Data.TransformsOutputConnector
The upstream output connector.

Return Value

Type: Transform
The appended transform.
Exceptions
ExceptionCondition
ArgumentExceptiontransformComponentId is not a valid GUID value for one of the existing installed Transform.
ArgumentNullExceptionupstreamOutputConnector is .
See Also