IBIMonitoringStore Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
![]() |
CreateAnnotation | 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 list. |
![]() |
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 | 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. |
![]() |
GetAllAnnotationsByScorecardLocation | Gets all annotations for a specified scorecard. |
![]() |
GetAnnotation | Gets an annotation. |
![]() |
GetAnnotationByID | 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. |
![]() |
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. |
![]() |
GetReportView | Retrieves a report from a SharePoint list. |
![]() |
GetScorecard | Retrieves a scorecard from a SharePoint list. |
![]() |
TrimAnnotationByOwner | Removes the annotations of the specified owner. |
![]() |
TrimAnnotationByScorecardLocation | Removes annotations from a specified scorecard. |
![]() |
TrimAnnotationUntouchedSince | Removes annotations that have not been modified since the specified date. |
![]() |
UpdateAnnotation | 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