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 (10.0.0.1002)
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
See Also