The IVirtualCubeSources interface contains properties and methods that are used to work with the collection of data sources of virtual cube.
Property name | Brief description | |
Count | The Count property returns the number of data sources of virtual cube. | |
Item | The Item property returns data source of virtual cube. |
Method name | Brief description | |
Add | The Add method adds a new data source to a virtual cube. | |
Clear | The Clear method clears the list of data sources of virtual cube. | |
FindByKey | The FindByKey method searches for a data source of virtual cube by its key. | |
FindBySource | TheFindBySource method searches for a repository cube among data sources of virtual cube. | |
Remove | The Remove method removes data source of virtual cube by its index. | |
RemoveByKey | The RemoveByKey method removes data source of virtual cube by its key. |
See also: