The IMDCalculationSource interface contains properties and methods that are used to work with source object of multidimensional calculation on database 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 | |
![]() |
Cube | The Cube property determines a cube used as a data source or data consumer in multidimensional calculation on database server. |
![]() |
Data | The Data property determines a relational data source or data consumer of multidimensional calculation on database server. |
![]() |
Facts | The Facts property returns the collection of indicators linked with data source or data consumer fields, which values are used in multidimensional calculation on database server. |
![]() |
Fields | The Fields property returns the collection of data source or data consumer 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 slices. |
| Property name | Brief description | |
![]() |
Id | The Id property determines an object identifier. |
![]() |
Key | The Key property returns object key. |
![]() |
Name | The Name property determines an object name. |
| Method name | Brief description | |
![]() |
SetCube | The SetCube method sets up data source or data consumer slices and facts according to the specified cube structure. |
See also: