ConnectorElementGroupAddTransformElement Method |
Adds the transform element to the current group.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic void AddTransformElement(
ConnectorElement element
)
Public Sub AddTransformElement (
element As ConnectorElement
)
public:
void AddTransformElement(
ConnectorElement^ element
)
member AddTransformElement :
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