PmService.GetKpiHistory Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets a collection of all versions of the KPI.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetKpiHistory ( _
    guid As Guid _
) As KpiHistoryCollection
'Usage
Dim instance As PmService
Dim guid As Guid
Dim returnValue As KpiHistoryCollection

returnValue = instance.GetKpiHistory(guid)
[WebMethodAttribute] 
public KpiHistoryCollection GetKpiHistory (
    Guid guid
)

Parameters

  • guid
    The ID of the KPI.

Return Value

A collection of all versions of the KPI. Returns an empty collection if the KPI does not exist or if the calling user does not have adequate permissions to view the KPI.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace