IEtlCodeBlock

Assembly: Etl;

Namespace: Prognoz.Platform.Interop.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 or Fore.NET development environment objects.

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
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
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
Remove The Remove method removes ETL task object.

See also:

ETL Assembly Interfaces