IDefSources

Description

The IDefSources interface is used to work with the collection of table area data sources.

Inheritance Hierarchy

IDefSources

Comments

The data sources collection can be obtained in the IDefTableArea.DefSources property.

Properties

  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.

Methods

  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:

Interfaces