The ICalculatedCubeSources interface contains properties of the calculated cube data sources collection.
| Property name | Brief description | |
| Count | The Count property returns the number of source cubes of calculated cube data. | |
| Item | The Item property returns data source cube. |
| Method name | Brief description | |
| Add | The Add method adds a data source to a calculated cube. | |
| Clear | The Clear method clears the list of source cubes of calculated cube data. | |
| FindByKey | The FindByKey method searches for a data source cube by its key. | |
| Remove | The Remove method removes a data source cube by its index. | |
| RemoveByKey | The RemoveByKey method removes a data source cube by its key. |
See also: