ETL > ETL Assembly Interfaces > IEtlPlainInputs
The IEtlPlainInputs interface contains properties and methods of input sources collection and fields transformations.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of inputs of ETL task object. |
![]() |
EtlObject | The EtlObject property returns ETL object. |
![]() |
Item | The Item property returns the object that contains a link between input object and the current object. |
![]() |
MaxObjectCount | The MaxObjectCount property returns the maximum number of inputs. |
Method name | Brief description | |
![]() |
Add | The Add method adds an input of ETL task object. |
![]() |
Clear | The Clear method clears inputs list of ETL task object. |
![]() |
Edit | The Edit method creates an object copy and opens it for edit. |
![]() |
Remove | The Remove method removes an input of ETL task object. |
![]() |
Save | The Save method saves editing results. |
See also: