SPDataStore Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Provides methods for creating, reading, updating, and deleting objects in the repository.
The SPDataStore type exposes the following members.
Properties
Name | Description | |
---|---|---|
GlobalDataStore | Gets the global instance of the data store. |
Top
Methods
Name | Description | |
---|---|---|
ApplyUserPermissionsToDatasource | Applies the current user’s permissions to a retrieved data source by setting the ReadOnly property and connection string visibility. | |
CheckTrustedLocationsInOperationContext | This method is used internally and is not intended to be used directly from your code. | |
CreateAnnotation | NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.CreateAnnotation(Annotation) method instead. Creates an annotation that is associated with a scorecard cell. |
|
CreateDashboard | Saves a dashboard object as a content type in a SharePoint list. | |
CreateDataSource | Saves a data source object as a content type in a SharePoint document library. | |
CreateFilter | Saves a filter object as a content type in a SharePoint list. | |
CreateIndicator | Saves an indicator object as a content type in a SharePoint list. | |
CreateKpi | Saves a key performance indicator (KPI) object as a content type in a SharePoint list. | |
CreateReportView | Saves a report object as a content type in a SharePoint list. | |
CreateScorecard | Saves a scorecard object as a content type in a SharePoint list. | |
DeleteAnnotation | NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.DeleteAnnotation(Guid) method instead. Deletes an annotation. |
|
DeleteDashboard | Deletes a dashboard from a SharePoint list. | |
DeleteDataSource | Deletes a data source from a SharePoint document library. | |
DeleteFilter | Deletes a filter from a SharePoint list. | |
DeleteIndicator | Deletes an indicator from a SharePoint list. | |
DeleteKpi | Deletes a key performance indicator (KPI) from a SharePoint list. | |
DeleteReportView | Deletes a report from a SharePoint list. | |
DeleteScorecard | Deletes a scorecard from a SharePoint list. | |
Dispose | Releases all unmanaged resources that are used by this object. | |
DoesUserHavePermissions | Checks whether the current user has the specified permission to an object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAllAnnotationsByScorecardLocation | NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.GetAllAnnotationsByScorecardLocation(RepositoryLocation) method instead. Gets all annotations for the specified scorecard. |
|
GetAnnotation | NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.GetAnnotation(RepositoryLocation, TupleCollection, String) method instead. Gets an annotation. |
|
GetAnnotationByID | NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.GetAnnotationByID(Guid) method instead. Gets an annotation by its GUID. |
|
GetDashboard | Retrieves a dashboard from a SharePoint list. | |
GetDataSource | Retrieves a data source from a SharePoint document library. | |
GetDependentElements | Gets repositories and objects that are related to the specified object or objects. | |
GetFilter | Retrieves a filter from a SharePoint list. | |
GetHashCode | (Inherited from Object.) | |
GetIndicator | Retrieves an indicator from a SharePoint list. | |
GetKpi | Retrieves a key performance indicator (KPI) from a SharePoint list. | |
GetKpisFromScorecard | Gets the collection of key performance indicators (KPIs) from the specified scorecard. | |
GetListItems | Retrieves all of the first class objects (FCOs) from the specified document library or list. | |
GetReportView | Retrieves a report from a SharePoint list. | |
GetScorecard | Retrieves a scorecard from a SharePoint list. | |
GetSiteCollectionGuid | Gets the identifier of a site collection for the specified location. | |
GetType | (Inherited from Object.) | |
IsInTrustedLocation | Indicates whether a location is a trusted location. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TrimAnnotationByOwner | NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.TrimAnnotationByOwner(String) method instead. Removes the annotations of the specified owner. |
|
TrimAnnotationByScorecardLocation | NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.TrimAnnotationByScorecardLocation(RepositoryLocation) method instead. Removes annotations from the specified scorecard. |
|
TrimAnnotationUntouchedSince | NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.TrimAnnotationUntouchedSince(DateTime) method instead. Removes annotations that have not been modified since the specified date. |
|
UpdateAnnotation | NOTE: This API is now obsolete. Updates an annotation. |
|
UpdateDashboard | Updates a dashboard in a SharePoint list. | |
UpdateDataSource | Updates a data source in a SharePoint document library. | |
UpdateFilter | Updates a filter in a SharePoint list. | |
UpdateIndicator | Updates an indicator in a SharePoint list. | |
UpdateKpi | Updates a key performance indicator (KPI) in a SharePoint list. | |
UpdateReportView | Updates a report in a SharePoint list. | |
UpdateScorecard | Updates a scorecard in a SharePoint list. |
Top
Fields
Name | Description | |
---|---|---|
ConnectionStringMask | Represents the characters to display as the connection string to users that do not have edit permissions to the data source. |
Top