Share via


RepositoryLocation-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt die Position des Objekt der ersten Klasse (FCO) als Inhaltstyp im Repository gespeichert.

Vererbungshierarchie

System.Object
  Microsoft.PerformancePoint.Scorecards.RepositoryLocation

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class RepositoryLocation _
    Implements IXmlSerializable, IEquatable(Of RepositoryLocation),  _
    IComparable(Of RepositoryLocation), IDiffable
'Usage
Dim instance As RepositoryLocation
[SerializableAttribute]
public class RepositoryLocation : IXmlSerializable, 
    IEquatable<RepositoryLocation>, IComparable<RepositoryLocation>, IDiffable

Hinweise

PerformancePoint-Dienste werden Datenquellen in einer SharePoint-Dokumentbibliothek (in der Standardeinstellung die PerformancePoint-Datenverbindungsbibliothek) und andere FCO-Typen in einer SharePoint-Liste (in der Standardeinstellung die PerformancePoint-Inhaltsliste) speichert.

Threadsicherheit

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

Siehe auch

Referenz

RepositoryLocation-Member

Microsoft.PerformancePoint.Scorecards-Namespace