Assembly: Etl;
Namespace: Prognoz.Platform.Interop.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
The interface is used to work with file data sources of ETL task.
To get an object of this type:
Create a data source using IEtlTask.Create by specifying in the value in the Type parameter:
Cast the value obtained by means of the IEtlPlainDataProvider.Provider property to one of the interfaces:
Property name | Brief description | |
ForceQuery | The ForceQuery property determines whether a file for data source on ETL task execution is requested. |
See also: