Assembly: Etl;
The IEtlPlainDataForceQueryForFile interface is used to work with the object that determines whether a file for data source is requested on ETL task execution.
IEtlPlainDataForceQueryForFile
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.
Property name | Brief description | |
ForceQuery | The ForceQuery property determines whether a file for data source on ETL task execution is requested. |
See also: