RepositoryLocation Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the location of a first class object (FCO) stored as a content type in the repository.
Inheritance Hierarchy
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
Remarks
PerformancePoint Services in Microsoft SharePoint Server 2010 stores data sources in a SharePoint document library (by default, the PerformancePoint Data Connections Library), and it stores other FCO types in a SharePoint list (by default, the PerformancePoint Content List).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.