IEtlPlainLink

Description

The IEtlPlainLink interface contains properties and methods of a linkage with an output fields of one object and input of another object.

Properties

  Property name Brief description
DestinationObjectInput The DestinationObjectInput property determines the object input, to which data is transferred.
Link The Link property returns consumer fields binding with source fields.
SourceObjectOutput The SourceObjectInput property determines the object output, from which data is sent.

Properties inherited from IEtlObject

  Property name Brief description
The ConnCompId property determines index of connected component of ETL task object.
The Description property determines description (annotation) of ETL task object.
The Id property determines identifier of ETL task object.
The InputType property returns input type of ETL task object.
The IsActive property returns whether an object is included into ETL task.
The Name property determines name of ETL task object.
The ObjectType property returns type of ETL task object.
The ObjectTypeName property returns a name of ETL task object type.
The OutputType property returns output type of ETL task object.

Methods

  Method name Brief description
Edit The Edit method creates an object copy for editing.
FillDefault The FillDefault method binds data consumer fields with data source fields by default.
Save The Save method saves editing results.

Methods inherited from IEtlObject

  Method name Brief description
Remove The Remove method removes ETL task object.

See also:

ETL Assembly Interfaces