TransformConnectorAddElement Method |
Adds an element to the internal element collection.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxprotected void AddElement(
ConnectorElement element
)
Protected Sub AddElement (
element As ConnectorElement
)
protected:
void AddElement(
ConnectorElement^ element
)
member AddElement :
element : ConnectorElement -> unit
Parameters
- element
- Type: Dundas.BI.Data.TransformsConnectorElement
The source element.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | element is . |
See Also