Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the KpiValue class.
Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    localCache As IGlobalCache _
)
'Usage
Dim localCache As IGlobalCache
Dim instance As New KpiValue(localCache)
public KpiValue(
    IGlobalCache localCache
)
Parameters
localCache
Type: Microsoft.PerformancePoint.Scorecards.IGlobalCacheThe local cache that is used to look up objects.