ConnectorElementGroupRemoveTransformElement Method |
Removes the transform element from the current group.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic void RemoveTransformElement(
ConnectorElement element
)
Public Sub RemoveTransformElement (
element As ConnectorElement
)
public:
void RemoveTransformElement(
ConnectorElement^ element
)
member RemoveTransformElement :
element : ConnectorElement -> unit
Parameters
- element
- Type: Dundas.BI.Data.TransformsConnectorElement
The element.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | element is . |
| ArgumentException | element does not belong to the current InputConnector. |
See Also