Share via


RemoteGlobalCache.AddKpi Method (Microsoft.PerformancePoint.Scorecards)

Adds a KPI to the cache.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Sub AddKpi ( _
    kpi As Kpi _
)
'Usage
Dim instance As RemoteGlobalCache
Dim kpi As Kpi

instance.AddKpi(kpi)
public void AddKpi (
    Kpi kpi
)

Parameters

  • kpi
    KPI to add.

See Also

Reference

RemoteGlobalCache Class
RemoteGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace