IEtlPlainDataCopy

Assembly: Etl;

Description

The IEtlPlainDataCopy interface contains properties and methods of an object that is used to copy data.

Inheritance Hierarchy

          IEtlObject

          IEtlPlainDataCopy

Properties

  Property name Brief description
ActionOnProblem The ActionOnProblem property determines the method of handling the errors that may occur on data loading.
ClearConsumer The ClearConsumer property determines whether to clear data consumer before copying.
CommitCount The CommitCount property determines the number of records that are processed within one transaction.
Consumer The Consumer property determines a data consumer.
EventId The EventId property determines identifier of the event called on occurring ETL task execution error.
InvalidRecsFileName The InvalidRecsFileName property determines name of the file for error (skipped) records.
Provider The Provider property determines a data source.
SaveInvalidRecs The SaveInvalidRecs property determines whether it is necessary to save error (skipped) records in a separate file.
StopLimit The StopLimit property determines the maximum number of error records, exceeding which the task execution is stopped.
UseStopLimit The UseStopLimit property determines whether it is necessary to stop executing the task on exceeding the maximum number of error records.

Properties inherited from IEtlObject

  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.

Methods

  Method name Brief description
AddLink The AddLink method adds a link between specified fields of data source and data consumer.
AutoLink The AutoLink method automatically adds links between fields of data source and data consumer.
Edit The Edit method creates an object copy for editing.
IsLinked The IsLinked method determines whether link between specified fields of data source and data consumer exists.
RemoveLink The RemoveLink method removes the link between the specified data source and data consumer fields.
Save The Save method saves an object.

Methods inherited from IEtlObject

  Method name Brief description
GetControlledObjects The GetControlledObjects method returns the collection of descriptions of repository objects controlled by the current ETL task object.
Remove The Remove method removes ETL task object.

See also:

ETL Assembly Interfaces