IBIMonitoringStore members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the interface for the data store, which is used by the front-end Web server and the application server to create, read, update, and delete objects in the repository.

The IBIMonitoringStore type exposes the following members.

Methods

  Name Description
Public method CreateAnnotation 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 list.
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 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 ExportDashboard Exports a dashboard and saves the export file.
Public method GetAllAnnotationsByScorecardLocation Gets all annotations for a specified scorecard.
Public method GetAnnotation Gets an annotation.
Public method GetAnnotationByID 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 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 GetReportView Retrieves a report from a SharePoint list.
Public method GetScorecard Retrieves a scorecard from a SharePoint list.
Public method ImportDashboard Imports a dashboard.
Public method TrimAnnotationByOwner Removes the annotations of the specified owner.
Public method TrimAnnotationByScorecardLocation Removes annotations from a specified scorecard.
Public method TrimAnnotationUntouchedSince Removes annotations that have not been modified since the specified date.
Public method UpdateAnnotation 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

IBIMonitoringStore interface

Microsoft.PerformancePoint.Scorecards namespace