Assembly: Etl;
The IEtlFixedCodeBlock interface is used to set up a procedure based on a custom template.
IEtlFixedCodeBlock
If procedures based on template are used in ETL task, batch data processing is ignored.
| Property name | Brief description | |
![]() |
Template | The Template property determines a template, based on which a custom procedure is created. |
![]() |
UserData | The UserData property determines custom data in the XML format. |
| 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. |
| 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 | |
![]() |
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. |
| 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: