ETL > ETL Assembly Interfaces > IEtlPlainFields
The IEtlPlainFields interface contains properties and methods of input or output fields collection of ETL task object.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of input or output fields of ETL task object. |
![]() |
Item | The Item property returns the object containing input or output field of ETL task object. |
Method name | Brief description | |
![]() |
Add | The Add method adds a new input or output field of ETL task object. |
![]() |
Clear | The Clear method clears the list of input or output fields for an ETL task object. |
![]() |
Edit | The Edit method creates an object copy for editing. |
![]() |
Fill | The Fill method fills fields list in accordance with the specified list. |
![]() |
FindById | The FindById method searches for dimension by identifier. |
![]() |
MoveDown | The MoveDown method moves a field in a list one position down. |
![]() |
MoveUp | The MoveUp method moves a field in a list one position up. |
![]() |
Remove | The Remove method removes a field from an input or output list of ETL task object. |
![]() |
Save | The Save method saves editing results. |
See also: