다음을 통해 공유


RemoteGlobalCache.AddIndicator Method

Adds an indicator to the cache.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Sub AddIndicator ( _
    indicator As Indicator _
)
'Usage
Dim instance As RemoteGlobalCache
Dim indicator As Indicator

instance.AddIndicator(indicator)
public void AddIndicator(
    Indicator indicator
)

Parameters

  • indicator
    Type: Indicator

    The indicator to add.

See Also

Reference

RemoteGlobalCache Class

RemoteGlobalCache Members

Microsoft.PerformancePoint.Scorecards Namespace