Share via


MemberCollection - Classe

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

Hiérarchie d’héritage

System.Object
  System.Collections.ObjectModel.Collection<Member>
    Microsoft.PerformancePoint.Scorecards.MemberCollection

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

Syntaxe

'Déclaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(Member))> _
Public Class MemberCollection _
    Inherits Collection(Of Member) _
    Implements IDiffable
'Utilisation
Dim instance As MemberCollection
[SerializableAttribute]
[KnownTypeAttribute(typeof(Member))]
public class MemberCollection : Collection<Member>, 
    IDiffable

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

MemberCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms