The IMDCalculationDatasetInstance interface contains basic properties and methods that are used to work with data of consumer or source instances of multidimensional calculation on database server.
| Property name | Brief description | |
![]() |
Dataset | The Dataset property returns properties of data source or data consumer of multidimensional calculation on database server. |
![]() |
DimensionSet | The DimensionSet property returns the set of dimensions of data source or data consumer instance. |
![]() |
Facts | The Facts property returns dummy dimension of facts that are connected to data fields. |
![]() |
IsDestination | The IsDestination property returns whether this object is used as a destination of multidimensional calculation on database server. |
![]() |
Slices | The Slices property returns the collection of data source or data consumer instance slices. |
![]() |
View | The View property returns the display parameters of items in dimensions and formulas of multidimensional calculation. |
| Property name | Brief description | |
![]() |
Id | The Id property returns object identifier. |
![]() |
Key | The Key property returns object key. |
![]() |
Name | The Name property returns object name. |
| Method name | Brief description | |
![]() |
CoordToKey | The CoordToKey method transforms a coordinate corresponding to an element in a data source or data consumer into the unique key of the element. |
![]() |
CoordToText | The CoordToText property returns string view of the element, to which the coordinate corresponds in the data source or data consumer. |
![]() |
KeyToCoord | The KeyToCoord method converts element unique key into the coordinate in data source or data consumer. |
![]() |
KeyToText | The KeyToText method returns string view of the element corresponding to the unique key. |
![]() |
NewCoord | The NewCoord method creates an object that is an element coordinate in data source or data consumer. |
![]() |
NewKey | The NewKey method creates an object used as the unique key corresponding to the element in data source or data consumer. |
![]() |
SetDimensionSet | The SetDimensionSet method sets the collection of dimensions used for data source or data consumer instance. |
See also: