IMsDimIteratorLinks

Assembly: Ms;

Description

The IMsDimIteratorLinks interface is used to work with the collection of linked dimensions in the multidimensional iterator dimension.

Inheritance Hierarchy

          IMsDimIteratorLinks

Comments

To get the links collection, use the IMsDimIteratorDimension.Links property.

Properties

  Property name Brief description
Count The Count property returns the number of linked dimensions in the collection.
CustomLinker The CustomLinker property determines a custom dimension linking mechanism.
Item The Item property returns a linked dimension with the specified index.

Methods

  Method name Brief description
Add The Add method adds a linked dimension instance to the collection.
AddByDimModel The AddByDimModel method adds linked dimension structure to the collection.
Clear The Clear method clears the collection.
FindById The FindById method searches for a linked dimension with the specified identifier in the collection.
FindByKey The FindByKey method searches for a linked dimension with the specified key.
IndexOf The IndexOf method returns index of the specified linked dimension.
Move The Move method moves a linked dimension to the specified position in the collection.
Remove The Remove method removes a linked dimension with the specified index.
RemoveByKey The RemoveByKey method removes a linked dimension with the specified key.

See also:

Ms Assembly Interfaces