ETL > ETL Assembly Interfaces > IEtlPlainDataJoin
The IEtlPlainDataJoin interface contains properties and methods of the Join transformation object.
Property name | Brief description | |
![]() |
Index | The Index property returns the object that contains object index. |
![]() |
Mapper | The Mapper property returns the object that contains fields connection between data consumer and data source. |
![]() |
PlainInputs | The PlainInputs property returns the object that contains input data source. |
![]() |
PlainOutput | The PlainOutput property returns the object that contains an object output. |
![]() |
PrimaryInput | The PrimaryInput property determines the input that will be primary for external connection type. |
![]() |
Type | The Type property determines a connection type. |
Property name | Brief description | |
![]() |
ErrorOutput | The ErrorOutput property returns parameters of the specified output with error records. |
![]() |
ErrorOverlimitPolicy | The ErrorOverlimitPolicy property determines the action executed on exceeding the maximum number of error records. |
![]() |
ErrorStopLimit | The ErrorStopLimit property determines the maximum number of records passed to the error output. |
Property name | Brief description | |
![]() |
ConnCompId | The ConnCompId property determines index of connected component of ETL task object. |
![]() |
Description | The Description property determines description (annotation) of ETL task object. |
![]() |
Id | The Id property determines identifier of ETL task object. |
![]() |
InputType | The InputType property returns input type of ETL task object. |
![]() |
IsActive | The IsActive property returns whether an object is included into ETL task. |
![]() |
Name | The Name property determines name of ETL task object. |
![]() |
ObjectType | The ObjectType property returns type of ETL task object. |
![]() |
ObjectTypeName | The ObjectTypeName property returns a name of ETL task object type. |
![]() |
OutputType | The OutputType property returns output type of ETL task object. |
![]() |
Task | The Task property returns the ETL task, in which an object is created. |
Method name | Brief description | |
![]() |
Edit | The Edit method creates an object copy for editing. |
![]() |
Save | The Save method saves editing results. |
Method name | Brief description | |
![]() |
Remove | The Remove method removes ETL task object. |
See also: