IEtlPlainLinkFieldMapping

Description

The IEtlPlainLinkFieldMapping interface contains properties of connection of fields of data source.

Properties

  Property name Brief description
Database The Database property determines database if type of the connection between fields of consumer and source is Sequence.
Field The Field property determines data source filed if type of the connection between fields of consumer and source 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 connection between consumer and source fields is Sequence.
StartValue The StartValue property determines initial value on autoincrement field fill.
Type The Type property determines connection type of data source field of ETL task.
Value The Value property determines constant value if type of the connection between fields of consumer and source is Constant.

See also:

ETL Assembly Interfaces