VarianceType enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the calculation that defines how a variance is calculated.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration VarianceType
'Usage
Dim instance As VarianceType
[SerializableAttribute]
public enum VarianceType

Members

Member name Description
VarianceToTarget Represents a variance from the target value.
VarianceToBestTarget Represents a variance from the best target value.

Remarks

Variance values are used for key performance indicator (KPI) targets.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace