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 | |
Cube | The Cube property determines a cube used as a data source or data consumer in multidimensional calculation on DB server. | |
Data | The Data property determines a relational data source or data consumer of multidimensional calculation on DB server. | |
Facts | 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. | |
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 DB 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: