IEtlPlainDataFixedUserProvider

Assembly: Etl;

Namespace: Prognoz.Platform.Interop.Etl;

Description

The IEtlPlainDataFixedUserProvider interface is used to work with user provider based on template.

Inheritance Hierarchy

          IEtlObject

          IEtlPlainDataProvider

          IEtlPlainDataUserProvider

          IEtlPlainDataFixedUserProvider

Comments

To create a user provider based on template, use the IEtlTask.Create method.

Properties

  Property name Brief description
Template The Template property determines a user provider template.

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.

Properties inherited from IEtlPlainDataProvider

  Property name Brief description
The FetchBlockSize property determines the number of processed records on using partial data sampling in source.
The PlainOutput property determines output fields list.
The Provider property returns import or export object.
The UnpivotMode property determines whether data is imported in the crosstab mode.
The UnpivotProvider property returns crosstab parameters, according to which data is identified.

Properties inherited from IEtlPlainDataUserProvider

  Property name Brief description
ExMode The ExMode property determines whether user provider supports Fore.NET along with Fore.

Methods inherited from IEtlObject

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

Methods inherited from IEtlPlainDataProvider

  Method name Brief description
The Edit method creates a data source copy for editing.
The FillDefault method fills fields based on data about source fields.
The FillFromSource method fills output fields based on a source file structure.
The Save method saves results of editing.

See also:

ETL Assembly Interfaces