SPDataStore.GlobalDataStore Property
Gets the global instance of the data store.
Namespace: Microsoft.PerformancePoint.Scorecards.Store
Assembly: Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)
Syntax
'Declaration
Public Shared ReadOnly Property GlobalDataStore As SPDataStore
Get
'Usage
Dim value As SPDataStore
value = SPDataStore.GlobalDataStore
public static SPDataStore GlobalDataStore { get; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.Store.SPDataStore
The global instance of the SPDataStore object. If an instance has not been created, one is created automatically.
Remarks
SPDataStore is implemented as a singleton, so this is the only way to get an instance of the class.