The IMDCalculationDestinationInstance interface contains properties and methods that are used to work with data consumer instance of multidimensional calculation on DB server.
Property name | Brief description | |
FixedSlices | The FixedSlices property returns the collection of data consumer's fixed slices. |
Property name | Brief description | |
Dataset | The Dataset property returns properties of data source or data consumer of multidimensional calculation on DB server. | |
DimensionSet | The DimensionSet property returns the set of dimensions of data source or data consumer instances. | |
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 DB server. | |
Slices | The Slices property returns the collection of data source or data consumer instance. | |
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 transforms an 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 used as 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: