Target-Klasse
Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt einen Ziel-Key Performance Indicator (KPI).
Vererbungshierarchie
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>
Hinweise
Ein Codebeispiel, das dieses Objekt finden Sie unter SPDataStore.CreateKpi(String, Kpi) .
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.