IEtlPlainDataForceQueryForFile

Assembly: Etl;

Namespace: Prognoz.Platform.Interop.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

The interface is used to work with file data sources of ETL task.

To get an object of this type:

  1. Create a data source using IEtlTask.Create by specifying in the value in the Type parameter:

  1. Cast the value obtained by means of the IEtlPlainDataProvider.Provider property to one of the interfaces:

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