KpiMeasureCollection-Klasse
Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt eine Auflistung von berechneten Kennzahlen für einen Key Performance Indicator (KPI).
Vererbungshierarchie
System.Object
System.Collections.ObjectModel.Collection<KpiMeasure>
System.Collections.ObjectModel.KeyedCollection<Guid, KpiMeasure>
Microsoft.PerformancePoint.Scorecards.ElementCollectionBase<KpiMeasureCollection, KpiMeasure>
Microsoft.PerformancePoint.Scorecards.KpiMeasureCollection
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class KpiMeasureCollection _
Inherits ElementCollectionBase(Of KpiMeasureCollection, KpiMeasure)
'Usage
Dim instance As KpiMeasureCollection
[SerializableAttribute]
public class KpiMeasureCollection : ElementCollectionBase<KpiMeasureCollection, KpiMeasure>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.