IMsFormulaGenTerm

Assembly: Ms;

Description

The IMsFormulaGenTerm interface is used to work with single terms that are used to create formulas.

Inheritance Hierarchy

          IMsFormulaGenTerm

Comments

Single terms return the following properties:

Information about term is the iterator, each record of which contains information about term in a certain calendar calculation point.

Properties

  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.

Methods

  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:

Ms Assembly Interfaces