IMatrixDataSource.CreateExecutor

Syntax

CreateExecutor([Options: Integer = 0]): IMatrixDataSourceExecutor;

Parameters

Options. The parameter is reserved for the future.

Description

The CreateExecutor method creates an object that is used to work with data of multidimensional data source.

Example

The method use is given in the description for IMatrixDataSourceExecutor.Execute.

See also:

IMatrixDataSource