KpiMeasureCollection Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of calculated metrics for a key performance indicator (KPI).
Inheritance Hierarchy
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>
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.