IEtlCodeBlock

Assembly: Etl;

Description

The IEtlCodeBlock interface contains properties and methods of the Procedure object of ETL task.

Inheritance Hierarchy

          IEtlObject

          IEtlCodeBlock

Comments

The Procedure object enables the user to start for execution some procedures or functions implemented in the Fore development environment objects. If procedures are used in ETL task, batch data processing is ignored.

Properties

  Property name Brief description
Module The Module property determines description of the development environment object that contains implementation of the executed procedure or function.
Params The Params property returns the collection of parameters of the executed procedure or function.
PlainInput The PlainInput property returns input parameters for the Procedure object.
PlainOutput The PlainOutput property returns output parameters for the Procedure object.
Procedure The Procedure property determines name of the executed procedure or function.

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
Check The Check method checks if necessary parameters are set for the current object.
Edit The Edit method creates an object copy for editing.
Save The Save method saves object changes.

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