The IAutoCubeSources interface contains properties and methods that are used to work with the collection of automatic cube sources.
Property name | Brief description | |
Count | The Count property returns the number of automatic cube sources. | |
Item | The Item property returns automatic cube source by its identifier. |
Method name | Brief description | |
Add | The Add method adds a source to the automatic cube collection. | |
Clear | The Clear method clears automatic cube sources collection. | |
FindByKey | The FindByKey method searches for an automatic cube source by its key. | |
Remove | The Remove method removes automatic cube source by its index. | |
RemoveByKey | The RemoveByKey method removes automatic cube source by its key. |
See also: