IMDCalculationDatasetInstance

Description

The IMDCalculationDatasetInstance interface contains basic properties and methods that are used to work with data of consumer or source instances of multidimensional calculation on DB server.

Properties

  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.

Properties inherited from INamedEntityModel

  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.

Methods

  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:

Cubes Assembly Interfaces