IEtlPlainDataForceQueryForFile

Assembly: Etl;

Description

The IEtlPlainDataForceQueryForFile interface is used to work with the object that determines whether a file for data source is requested on ETL task execution.

Inheritance Hierarchy

IEtlPlainDataForceQueryForFile

Comments

This interface is used to work with file data providers of ETL task. The following data providers described by the IEtlPlainDataProvider interface can be cast to IEtlPlainDataForceQueryForFile: Access, Excel, XML, Text, JSON.

Properties

  Property name Brief description
ForceQuery The ForceQuery property determines whether a file for data source on ETL task execution is requested.

See also:

ETL Assembly Interfaces