MeasureCollection - Classe

S’applique à : PerformancePoint Services pour SharePoint Server, version Entreprise
Représente une collection de mesures.

Hiérarchie d’héritage

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

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

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

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

MeasureCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms