TransformConnectorAddElements 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 AddElements(
IList<ConnectorElement> elements
)
Protected Sub AddElements (
elements As IList(Of ConnectorElement)
)
protected:
void AddElements(
IList<ConnectorElement^>^ elements
)
member AddElements :
elements : IList<ConnectorElement> -> unit
Parameters
- elements
- Type: System.Collections.GenericIListConnectorElement
The source elements.
Exceptions
See Also