ICalculateCubeScheduledTask

Description

The ICalculateCubeScheduledTask interface contains properties and methods that are used to work with the task of the scheduled tasks container that is Cube Calculation.

Properties

  Property name Brief description
SourceCube The SourceCube property determines a calculated cube or a cube loader that will be executed when the task is started.

Properties inherited from IScheduledTask

  Property name Brief description

Properties

The Properties property returns task parameters.

State

The State property returns a state of the task at the current moment.

Methods

  Method name Brief description
LoadSelection The LoadSelection method copies the selection, according to which the data is loaded to a cube.
SetSelection The SetSelection method sets a selection, according to which the data is loaded to a cube on task execution.

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 execution history.
ResetResults The ResetResults property resets the results of task execution and marks it as Ready.

See also:

Cubes Assembly Interfaces