IEtlPlainDataSplit

Description

The IEtlPlainDataSplit interface contains properties and methods of transformation object - Split.

Properties

  Property name Brief description
Condition The Condition property returns an object that contains a condition formula.
Count The Count property returns number of conditions.
Mapper The Mapper property returns an object that contains fields connection between consumer and source.
PlainInput The PlainInput property returns an object that contains input data source.
PlainOutputs The PlainOutputs property returns an object that contains output data sources.

Properties inherited from IEtlPlainDataTransformer

  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.

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
Add The Add method adds a new condition.
Clear The Clear method clears conditions list.
Delete The Delete method deletes a condition.
Edit The Edit method creates object copy for editing.
MoveDown The MoveDown method moves the condition one position down.
MoveUp The MoveUp method moves the condition one position up.
Save The Save method saves results of editing.

Methods inherited from IEtlObject

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

See also:

ETL Assembly Interfaces