Target class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a target key performance indicator (KPI).
Inheritance hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Element
Microsoft.PerformancePoint.Scorecards.SecondClassElement
Microsoft.PerformancePoint.Scorecards.KpiMeasure
Microsoft.PerformancePoint.Scorecards.Target
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Target _
Inherits KpiMeasure _
Implements ICloneable, IDiffable, IEquatable(Of Target), _
IComparable(Of Target)
'Usage
Dim instance As Target
[SerializableAttribute]
public class Target : KpiMeasure, ICloneable,
IDiffable, IEquatable<Target>, IComparable<Target>
Remarks
See the SPDataStore.CreateKpi(String, Kpi) method for a code example that uses this object.
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.