Share via


DashboardCollection-Klasse

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

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<Dashboard>
    System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, Dashboard>
      Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<DashboardCollection, Dashboard>
        Microsoft.PerformancePoint.Scorecards.DashboardCollection

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

Syntax

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

Threadsicherheit

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

Siehe auch

Referenz

DashboardCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace