IMsDimIterateByDataStubs

Assembly: Ms;

Description

The IMsDimIterateByDataStubs interface is used to work with the collection of data sources, which existing points are used for iteration.

Inheritance Hierarchy

          IMsDimIterateByDataStubs

Comments

To get collection of sources, use the IMsDimIterateByDataOptions.Stubs property.

Properties

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

Methods

  Method name Brief description
Add The Add method adds the specified data source to the collection.
Clear The Clear method clears the data sources 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 data source with the specified index.
RemoveByKey The RemoveByKey method removes data source with the specified key.

See also:

Ms Assembly Interfaces