CalculatedFormulaInfo Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the calculated formula for a key performance indicator (KPI) measure.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.CalculatedFormulaInfo

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CalculatedFormulaInfo _
    Implements IEquatable(Of CalculatedFormulaInfo), IDiffable
'Usage
Dim instance As CalculatedFormulaInfo
[SerializableAttribute]
public class CalculatedFormulaInfo : IEquatable<CalculatedFormulaInfo>, 
    IDiffable

Remarks

CalculatedFormulaInfo contains a collection of AliasInfo objects and a string representation of the formula.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CalculatedFormulaInfo Members

Microsoft.PerformancePoint.Scorecards Namespace