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 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 PerformancePoint Services Code Samples.

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.

See also

Reference

SPDataStore members

Microsoft.PerformancePoint.Scorecards.Store namespace