Freigeben über


DataSourceCollection-Klasse

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

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<DataSource>
    System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, DataSource>
      Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<DataSourceCollection, DataSource>
        Microsoft.PerformancePoint.Scorecards.DataSourceCollection

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

Syntax

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

Threadsicherheit

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

Siehe auch

Referenz

DataSourceCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace