KpiCollection class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of key performance indicators (KPIs).

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.Collection<Kpi>
    System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, Kpi>
      Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<KpiCollection, Kpi>
        Microsoft.PerformancePoint.Scorecards.KpiCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class KpiCollection _
    Inherits FirstClassElementCollectionBase(Of KpiCollection, Kpi)
'Usage
Dim instance As KpiCollection
[SerializableAttribute]
public class KpiCollection : FirstClassElementCollectionBase<KpiCollection, Kpi>

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.

See also

Reference

KpiCollection members

Microsoft.PerformancePoint.Scorecards namespace