The IMDCalculationInstance interface contains properties and methods that are used to work with multidimensional calculation on DB server instance.
Property name | Brief description | |
The Calculation property returns structure of multidimensional calculation on DB server. | ||
The Database property returns contents of the database where multidimensional calculation is executed. | ||
The Destination property returns data of data consumer instance used in multidimensional calculation on DB server. | ||
The FormulasTableName property returns scheme name and name of a table that is a formulas table for multidimensional calculation on DB server. | ||
The Sources property returns data of data consumer instances used in multidimensional calculation on DB server. | ||
The TimeDependent property returns whether formulas depend on time. | ||
The View property returns display parameters of elements in dimensions of the specified source cube and in formulas of multidimensional calculation. |
Method name | Brief description | |
The AllFormulas method returns iterator by formulas of multidimensional calculation. | ||
The Apply method applies calculation parameters according to dimension selection. | ||
The Calculation method executes multidimensional calculation on DB server according to specified calculation parameters. | ||
The CreateApply method creates an object controlling multidimensional calculation parameters based on dimensions selection. | ||
The CreateCalculateArgs method creates an object specifying parameters of multidimensional calculation on DB server. | ||
The CreateFormulas method creates a new collection of formulas executed during different time periods. | ||
The CreateFormulasConverter method creates an object that is used to convert formulas from multidimensional calculation into calculated cube. | ||
The CreateParser method creates an object that parses expression of the formula specified as a character string. | ||
The GetProcedureText method generates text of the procedure, which can be used to start multidimensional calculation on DB server. | ||
The ElementKeyToText method returns element string view. | ||
The FindElementEntries method searches for element occurrences in formulas. | ||
The ReadFormulas method reads formulas based on the specified element. | ||
The SaveView method saves display parameters of dimension elements in the formula editor of multidimensional calculation. | ||
The WriteFormulas method writes formulas based on the specified element. |
See also: