Cubes > Cubes Assembly Interfaces > IMDCalculationSource
The IMDCalculationSource interface contains properties and methods that are used to work with source object of multidimensional calculation on DB server.
Property name | Brief description | |
![]() |
IncludeInPointset | The IncludeInPointset property determines whether this data source is included into initial set of data sources, by which a list of calculation points is created. |
![]() |
SelectSQL | The SelectSQL property returns the SQL query that is used to select data from DB tables. |
Property name | Brief description | |
![]() |
The Cube property determines a cube used as a data source or data consumer in multidimensional calculation on DB server. | |
![]() |
The Data property determines a relational data source or data consumer of multidimensional calculation on DB server. | |
![]() |
The Facts property returns the collection of factors connected with fields of data source or data consumer, which values are used in multidimensional calculation on DB server. | |
![]() |
The Fields property returns the collection of data source or data consumer fields. | |
![]() |
The IsDestination property returns whether this object is used as a destination of multidimensional calculation on DB server. | |
![]() |
The Slices property returns the collection of data source or data consumer slices. |
Property name | Brief description | |
![]() |
The Id property determines an object identifier. | |
![]() |
The Key property returns object key. | |
![]() |
The Name property determines an object name. |
Method name | Brief description | |
![]() |
The SetCube method sets up data source or data consumer slices and facts according to the specified cube structure. |
See also: