IMsDimIteratorStubs

Assembly: Ms;

Description

The IMsDimIteratorStubs interface is used to work with the collection of data sources, to which multidimensional iterator is applied.

Inheritance Hierarchy

          IMsDimIteratorStubs

Comments

To get the collection of data sources, use the IMsDimIteratorDimension.Stubs property.

Properties

  Property name Brief description
Count The Count property returns number of data sources in collection.
Item The Item property returns a data source with the specified index.

Methods

  Method name Brief description
Add The Add method adds the specified data source to the collection.
Clear The Clear method clears data source collection.
FindById The FindById method searches for a data source with the specified identifier.
FindByKey The FindByKey method searches for a data source with the specified key.
IndexOf The IndexOf method returns index of the specified data source.
Remove The Remove method removes a data source with the specified index.
RemoveByKey The RemoveByKey method removes a data source with the specified key.

See also:

Ms Assembly Interfaces