The IMDCalculationSources interface contains properties and methods that are used to work with the collection of data sources of multidimensional calculation on DB server.
| Property name | Brief description | |
| Count | The Count property returns the number of data sources of multidimensional calculation on DB server. | |
| Item | The Item property returns data source parameters. |
| Method name | Brief description | |
| Add | The Add method adds a relational data source to multidimensional calculation on DB server. | |
| AddCube | The AddCube method adds a cube to the list of data sources of multidimensional calculation on DB server. | |
| Clear | The Clear method deletes all data sources of multidimensional calculation on DB server. | |
| FindById | The FindById method searches for a data source based by its identifier. | |
| FindByKey | The FindByKey method searches for a data source by its key. | |
| Move | The Move method moves data sources within the list of multidimensional calculation on DB server. | |
| Remove | The Remove method removes a data source by its index. | |
| RemoveByKey | The RemoveByKey method removes a data source by its key. |
See also: