The MDCalculationFormulaOperandKind enumeration contains kinds of operand used in formula.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | None. Operand kind is not determined. |
| 1 | BinaryOperation. Binary operation. |
| 2 | UnaryOperation. Unary operation. |
| 3 | Delimiter. Separator. |
| 4 | FunctionCall. Special function. |
| 5 | ConstantValue. Constant value. |
| 6 | Element. Value of data source/consumer element. |
| 7 | DatePeriod. Time period. |
See also: