Share via


ScorecardCollection-Klasse

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

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<Scorecard>
    System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, Scorecard>
      Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<ScorecardCollection, Scorecard>
        Microsoft.PerformancePoint.Scorecards.ScorecardCollection

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

Syntax

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

Threadsicherheit

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

Siehe auch

Referenz

ScorecardCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace