Ms > Ms Assembly Interfaces > IMsDimOpenStubParamValues
Assembly: Ms;
The IMsDimOpenStubParamValues interface is used to specify data source dimension parameters that will be used on opening source dimensions in modeling object.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of elements in the collection. |
![]() |
Item | The Item property returns the specified set of opening parameters from the collection. |
Method name | Brief description | |
![]() |
Add | The Add method adds a new set of dimension opening parameters. |
![]() |
Assign | The Assign method fills in the current collection with copies of values from the sent one. |
![]() |
Clear | The Clear method clears the collection of the parameters that are used for opening data source dimensions in modeling object. |
![]() |
FindByStubKey | The FindByStubKey method returns set of dimension opening parameters by abstract data source key. |
![]() |
Remove | The Remove method removes set of opening parameters from the collection with the specified index. |
![]() |
RemoveByKey | The RemoveByKey method removes the specified set of opening parameters from the collection by abstract data source key. |
See also: