IMDCalculationInstance

Description

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

Properties

  Property name Brief description
Calculation The Calculation property returns structure of multidimensional calculation on database 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 database server.
FormulasTableName The FormulasTableName property returns scheme name and physical name of the table that is a formula table for multidimensional calculation on database server.
Sources The Sources property returns data of data consumer instances used in multidimensional calculation on database 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 Calculate method executes multidimensional calculation on database server according to specified calculation parameters.
CreateApply The CreateApply method creates an object that controls multidimensional calculation parameters by means of dimension selection.
CreateCalculateArgs The CreateCalculateArgs method creates an object that determines parameters of multidimensional calculation on database 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 the specified 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 that can be used to start multidimensional calculation on database 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