IExecuteEtlScheduledTask

Description

The IExecuteEtlScheduledTask interface contains properties and methods that are used to work with an object of scheduled tasks container that executes ETL tasks.

Properties

  Property name Brief description
SourceTask The SourceTask property determines ETL task that must be executed.

Properties inherited from IScheduledTask

  Property name Brief description
Properties The Properties property returns task parameters.
State The State property returns task state at the current moment.

Methods inherited from IScheduledTask

  Method name Brief description
CreateInvokeEvent The CreateInvokeEvent method creates a new event of executing a task of the scheduled tasks container.
ExecuteImmediate The ExecuteImmediate method executes a task in the current repository.
GetResults The GetResults method returns task history.
ResetResults The ResetResults property resets results of task execution and marks it as Ready.

See also:

ETL Assembly Interfaces