The ICubeInstanceSources interface contains properties and methods of the collection of cube instances, which are used as data sources for this cube.
| Property name | Brief description | |
| Count | The Count property returns the number of source cubes. | |
| Item | The Item property returns an object that contains properties and methods that are used to work with source cube instance. |
| Method name | Brief description | |
| FindById | The FindByKey method finds and returns an object that contains properties and methods of a source cube instance if search is successful. | |
| FindByKey | The FindByKey method finds by key and returns an object that contains properties and methods of a source cube instance. |
See also: