The ICalculatedCubeFormulas interface contains properties and methods of the collection of formulas, which are connected with a calculated cube coordinate.
The collection of formulas can be obtained by means of the ICalculatedCubeInstance.Formula property.
Property name | Brief description | |
Count | The Count property returns the number of formulas. | |
Item | The Item property returns a formula. | |
Modified | The Modified property determines whether there are any changes in formulas. |
Method name | Brief description | |
Add | The Add method adds a new formula. | |
Find | The Find method searches for a formula, in which validation period the specified date is included. | |
FindPeriod | The FindPeriod method searches for a formula, in which actual period the specified period is included. | |
Save | The Save method saves the changes made in formula expressions by the specified coordinate. | |
ToKey | The ToKey method transforms and returns the unique key that corresponds to the formulas by this coordinate. |
See also: