MeasureResultKind Enumeration

Calculated measure type.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum MeasureResultKind
Members
  Member nameValueDescription
Regular0 The calculated measure is regular.
Calculated1 The calculated measure is based on script.
Formula2 The calculated measure is based on a mathematical formula.
See Also