MeasureCollection-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt eine Auflistung von Maßnahmen.

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<Measure>
    System.Collections.ObjectModel.KeyedCollection<String, Measure>
      Microsoft.PerformancePoint.Scorecards.MeasureCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class MeasureCollection _
    Inherits KeyedCollection(Of String, Measure) _
    Implements ICloneable
'Usage
Dim instance As MeasureCollection
[SerializableAttribute]
public class MeasureCollection : KeyedCollection<string, Measure>, 
    ICloneable

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

MeasureCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace