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)
Syntaxpublic bool RemoveTransform(
Transform transform,
bool removeAssociatedParameters
)
Public Function RemoveTransform (
transform As Transform,
removeAssociatedParameters As Boolean
) As Boolean
public:
bool RemoveTransform(
Transform^ transform,
bool removeAssociatedParameters
)
member RemoveTransform :
transform : Transform *
removeAssociatedParameters : bool -> bool
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
See Also