SPDataStore Methods

Include Protected Members
Include Inherited Members

The SPDataStore type exposes the following members.

Methods

  Name Description
Public method ApplyUserPermissionsToDatasource Applies the current user’s permissions to a retrieved data source by setting the ReadOnly property and connection string visibility.
Public method CheckTrustedLocationsInOperationContext This method is used internally and is not intended to be used directly from your code.
Public method CreateAnnotation NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.CreateAnnotation(Annotation) method instead.
Creates an annotation that is associated with a scorecard cell.
Public method CreateDashboard Saves a dashboard object as a content type in a SharePoint list.
Public method CreateDataSource Saves a data source object as a content type in a SharePoint document library.
Public method CreateFilter Saves a filter object as a content type in a SharePoint list.
Public method CreateIndicator Saves an indicator object as a content type in a SharePoint list.
Public method CreateKpi Saves a key performance indicator (KPI) object as a content type in a SharePoint list.
Public method CreateReportView Saves a report object as a content type in a SharePoint list.
Public method CreateScorecard Saves a scorecard object as a content type in a SharePoint list.
Public method DeleteAnnotation NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.DeleteAnnotation(Guid) method instead.
Deletes an annotation.
Public method DeleteDashboard Deletes a dashboard from a SharePoint list.
Public method DeleteDataSource Deletes a data source from a SharePoint document library.
Public method DeleteFilter Deletes a filter from a SharePoint list.
Public method DeleteIndicator Deletes an indicator from a SharePoint list.
Public method DeleteKpi Deletes a key performance indicator (KPI) from a SharePoint list.
Public method DeleteReportView Deletes a report from a SharePoint list.
Public method DeleteScorecard Deletes a scorecard from a SharePoint list.
Public method Dispose Releases all unmanaged resources that are used by this object.
Public method DoesUserHavePermissions Checks whether the current user has the specified permission to an object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAllAnnotationsByScorecardLocation NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.GetAllAnnotationsByScorecardLocation(RepositoryLocation) method instead.
Gets all annotations for the specified scorecard.
Public method GetAnnotation NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.GetAnnotation(RepositoryLocation, TupleCollection, String) method instead.
Gets an annotation.
Public method GetAnnotationByID NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.GetAnnotationByID(Guid) method instead.
Gets an annotation by its GUID.
Public method GetDashboard Retrieves a dashboard from a SharePoint list.
Public method GetDataSource Retrieves a data source from a SharePoint document library.
Public method GetDependentElements Gets repositories and objects that are related to the specified object or objects.
Public method GetFilter Retrieves a filter from a SharePoint list.
Public method GetHashCode (Inherited from Object.)
Public method GetIndicator Retrieves an indicator from a SharePoint list.
Public method GetKpi Retrieves a key performance indicator (KPI) from a SharePoint list.
Public method GetKpisFromScorecard Gets the collection of key performance indicators (KPIs) from the specified scorecard.
Public method GetListItems Retrieves all of the first class objects (FCOs) from the specified document library or list.
Public method GetReportView Retrieves a report from a SharePoint list.
Public method GetScorecard Retrieves a scorecard from a SharePoint list.
Public methodStatic member GetSiteCollectionGuid Gets the identifier of a site collection for the specified location.
Public method GetType (Inherited from Object.)
Public method IsInTrustedLocation Indicates whether a location is a trusted location.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TrimAnnotationByOwner NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.TrimAnnotationByOwner(String) method instead.
Removes the annotations of the specified owner.
Public method TrimAnnotationByScorecardLocation NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.TrimAnnotationByScorecardLocation(RepositoryLocation) method instead.
Removes annotations from the specified scorecard.
Public method 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.
Public method UpdateAnnotation NOTE: This API is now obsolete.
Updates an annotation.
Public method UpdateDashboard Updates a dashboard in a SharePoint list.
Public method UpdateDataSource Updates a data source in a SharePoint document library.
Public method UpdateFilter Updates a filter in a SharePoint list.
Public method UpdateIndicator Updates an indicator in a SharePoint list.
Public method UpdateKpi Updates a key performance indicator (KPI) in a SharePoint list.
Public method UpdateReportView Updates a report in a SharePoint list.
Public method UpdateScorecard Updates a scorecard in a SharePoint list.

Top

See Also

Reference

SPDataStore Class

Microsoft.PerformancePoint.Scorecards.Store Namespace