The IEtlPlainLinkFieldMapping interface contains properties of link of data source fields.
| Property name | Brief description | |
| Database | The Database property determines a database if type of the link between data consumer and data provider fields is Sequence. | |
| Field | The Field property determines a data provider field if type of the link between fields of data consumer and data provider is Field. | |
| Increment | The Increment property determines increment step on autoincrement field fill. | |
| Sequence | The Sequence property determines identifier of a sequence if type of the link between data consumer and data provider fields - Sequence. | |
| StartValue | The StartValue property determines initial value on autoincrement field fill. | |
| Type | The Type property determines link type of data source field of ETL task. | |
| Value | The Value property determines constant value if type of the link between data consumer and data provider fields is Constant. |
See also: