The IDefSources interface is used to work with the collection of table area data sources.
IDefSources
The data sources collection can be obtained in the IDefTableArea.DefSources property.
Property name | Brief description | |
Count | The Count property returns the number of data sources in the collection. | |
Item | The Item property returns data source description. |
Method name | Brief description | |
AddItem | The AddItem method adds a cube with the specified key as a table area data source. | |
RemoveItem | The RemoveItem method removes the specified source cube from the collection. |
See also: