IMDCalculationInstance

Description

The IMDCalculationInstance interface contains properties and methods that are used to work with multidimensional calculation on DB server instance.

Properties

  Property name Brief description
Calculation

The Calculation property returns structure of multidimensional calculation on DB server.
Database

The Database property returns contents of the database where multidimensional calculation is executed.
Destination

The Destination property returns data of data consumer instance used in multidimensional calculation on DB server.
FormulasTableName

The FormulasTableName property returns scheme name and name of a table that is a formulas table for multidimensional calculation on DB server.
Sources

The Sources property returns data of data consumer instances used in multidimensional calculation on DB server.
TimeDependent

The TimeDependent property returns whether formulas depend on time.
View

The View property returns display parameters of elements in dimensions of the specified source cube and in formulas of multidimensional calculation.

Methods

  Method name Brief description
AllFormulas

The AllFormulas method returns iterator by formulas of multidimensional calculation.
Apply

The Apply method applies calculation parameters according to dimension selection.
Calculate

The Calculation method executes multidimensional calculation on DB server according to specified calculation parameters.
CreateApply

The CreateApply method creates an object controlling multidimensional calculation parameters based on dimensions selection.
CreateCalculateArgs

The CreateCalculateArgs method creates an object specifying parameters of multidimensional calculation on DB server.
CreateFormulas

The CreateFormulas method creates a new collection of formulas executed during different time periods.
CreateFormulasConverter

The CreateFormulasConverter method creates an object that is used to convert formulas from multidimensional calculation into calculated cube.
CreateParser

The CreateParser method creates an object that parses expression of the formula specified as a character string.
GetProcedureText

The GetProcedureText method generates text of the procedure, which can be used to start multidimensional calculation on DB server.
ElementKeyToText

The ElementKeyToText method returns element string view.
FindElementEntries

The FindElementEntries method searches for element occurrences in formulas.
ReadFormulas

The ReadFormulas method reads formulas based on the specified element.
SaveView

The SaveView method saves display parameters of dimension elements in the formula editor of multidimensional calculation.
WriteFormulas

The WriteFormulas method writes formulas based on the specified element.

See also:

Cubes Assembly Interfaces