Assembly: AdoMd;
Namespace: Prognoz.Platform.Interop.AdoMd;
The IAdoMdDimCalculations interface contains properties and methods used to work with collection of calculated dimension elements.
IAdoMdDimCalculations
Collection parameters can be get in the IAdoMdExecuteDimSetup.Calculations property.
| Property name | Brief description | |
| Count | The Count property returns the number of calculated elements in the collection. | |
| Item | The Item property returns parameters of the specified calculated element. |
| Method name | Brief description | |
| Add | The Add method creates a new calculated element and returns its parameters. | |
| AddFormula | The method is reserved for the future. | |
| Clear | The Clear method removes all calculated elements from collection. | |
| FindById | The FindById method searches for a calculated element by identifier and returns its parameters in case of successful search. | |
| Move | The Move method moves calculated elements in the collection. | |
| Remove | The Remove method removes a calculated element by its index in the collection and returns removal result. | |
| RemoveById | The RemoveById method removes a calculated element by its identifier in the collection and returns removal result. |
See also: