IMsIteratorDimOpenParams

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsIteratorDimOpenParams interface is used to work with the collection of parameters used to work with metamodel cycle.

Inheritance Hierarchy

          IMsIteratorDimOpenParams

Comments

To work with collection of parameters used to open dimension, the IMsDimOpenStubParamValues interface is used.

Properties

  Property name Brief description
The Count property returns the number of parameters in the collection.
The Item property returns the specified parameter from collection.

Methods

  Method name Brief description
Add The Add method adds parameter to the collection.
Clear The Clear method clears the collection of parameters.
FindByKey The FindByKey method searches parameter for the specified cycle of metamodel.
Remove The Remove method removes parameter with specified index from collection.
The RemoveByKey method removes parameter for the specified cycle of metamodel from collection.

See also:

Ms Assembly Interfaces