RemoteGlobalCache.AddKpi Method
Adds a key performance indicator (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
Type: Microsoft.PerformancePoint.Scorecards.KpiThe KPI to add.