The IEtlPlainInputs interface contains properties and methods of input sources collection and fields transformations.
| Property name | Brief description | |
| Count | The Count property returns number of inputs of ETL task object. | |
| EtlObject | The EtlObject property returns ETL object. | |
| Item | The Item property returns an object that contains a link between input object and current object. | |
| MaxObjectCount | The MaxObjectCount property returns 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 editing. | |
| Remove | The Remove method removes an input of ETL task object. | |
| Save | The Save method saves results of editing. |
See also: