SPDataStore Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Provides methods for creating, reading, updating, and deleting objects in the repository.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Store.SPDataStore
Namespace: Microsoft.PerformancePoint.Scorecards.Store
Assembly: Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)
Syntax
'Declaration
Public Class SPDataStore _
Implements IBIMonitoringStore, IDisposable
'Usage
Dim instance As SPDataStore
public class SPDataStore : IBIMonitoringStore,
IDisposable
Remarks
Custom data sources should perform create and update tasks by using the BIMonitoringServiceApplicationProxy object instead of using SPDataStore. For more information, see the "Interacting with Repository Objects" section in Editors for Custom PerformancePoint Services Objects.
Note
The helper objects in the PerformancePoint Services SDK Reference Sample show how to make calls to the data store. For more information about the sample, see Code Samples for PerformancePoint Services in SharePoint Server 2010.
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.