IEtlPlainDataUserProvider

Assembly: Etl;

Description

The IEtlPlainDataUserProvider interface is used to work with ETL task user provider.

Inheritance Hierarchy

          IEtlObject

          IEtlPlainDataProvider

          IEtlPlainDataUserProvider

Comments

To get an object of this type, it is required that:

  1. The Type parameter of the IEtlTask.Create property is set to EtlObjectType.PlainDataUserProvider.

  2. The IEtlTask.Create property is cast to the IEtlPlainDataUserProvider type.

Properties

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.

Properties inherited from IEtlPlainDataProvider

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

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.

Methods inherited from IEtlPlainDataProvider

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

See also:

ETL Assembly Interfaces