The IStandardCubeDatasets interface contains properties and methods for working with collections of cube data sources.
Property name | Brief description | |
Count | The Count property returns the number of cube data sources. | |
Item | The Item property returns cube data source. |
Method name | Brief description | |
Add | The Add method adds a relational data source to a cube. | |
FindByKey | The FindByKey method searches for a data source based its key. | |
Remove | The Remove method removes data source by its index. | |
RemoveByKey | The RemoveByKey method removes data source by its key. |
See also: