MsFormulaTransformVariableKind

Description

The MsFormulaTransformVariableKind enumeration contains variable kinds.

It is used by the following property:

Description

Value Brief description
0 Stub. Variable that contains data.
1 Parameter. Variable that represents parameter.
2 Attribute. Variable that is based on the data source and attribute.

Comments

A variable that is based on the data source and attribute is meant to be used in expressions. To specify the attribute, use the IMsFormulaTransformVariable.AttributeId property. If the attribute is not set, the variable is considered as a set of values; if the attribute is set, it is considered as the value of attribute.

See also:

Ms Assembly Enumerations