Assembly: Ms;
The IMsFormulaGenTerm interface is used to work with single terms that are used to create formulas.
IMsFormulaGenTerm
Single terms return the following properties:
IMsFormulaGenInstanceIterator.LeftPart. Term that describes calculation point.
IMsFormulaGenTermIterator.Term. Term that describes a single formula operand.
Information about term is the iterator, each record of which contains information about term in a certain calendar calculation point.
Property name | Brief description | |
Aggregation | The Aggregation property returns the aggregation method used for calculation. | |
Level | The Level property returns the frequency that is set for term. | |
Point | The Point property returns information about term in the current calendar calculation point. | |
Stub | The Stub property returns the data source, from which term data is taken. |
Method name | Brief description | |
Eof | The Next method determines whether the cursor is on the next record in the iterator. | |
Next | The Next method moves to the next record in the iterator. | |
Reset | The Reset method resets iterator and moves the cursor to the first record in the iterator. |
See also: