DataProcessRemoveTransform Method

Removes the specified transform from the process definition. When the current transform has connected inputs and outputs, the process will try to automatically connect upstream transforms to downstream transforms. When the transform has parameterized settings, the removal operation is canceled unless removeAssociatedParameters is set to .

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 bool RemoveTransform(
	Transform transform,
	bool removeAssociatedParameters
)

Parameters

transform
Type: Dundas.BI.Data.TransformsTransform
The transform.
removeAssociatedParameters
Type: SystemBoolean
If the value is set to then the operation also removes any associated parameters.

Return Value

Type: Boolean
if the operation is successful.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is .
ArgumentExceptiontransform does not belong to the current instance or it is a ResultTransform.
See Also