IEtlPlainFields

Description

The IEtlPlainFields interface contains properties and methods of input or output fields collection of ETL task object.

Properties

  Property name Brief description
Count The Count property returns number of input or output fields of ETL task object.
Item The Item property returns an object containing input or output field of ETL task object.

Methods

  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 object copy for editing.
Fill The Fill method fills fields list in accordance with a specified list.
FindById The FindById method searches by an 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 results of editing.

See also:

ETL Assembly Interfaces