Compartilhar via


QueryResult.Add Method

Adds an object to the dictionary.

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

Syntax

'Declaration
Public Sub Add ( _
    key As String, _
    value As KpiMeasureValue _
)
'Usage
Dim instance As QueryResult
Dim key As String
Dim value As KpiMeasureValue

instance.Add(key, value)
public void Add(
    string key,
    KpiMeasureValue value
)

Parameters

See Also

Reference

QueryResult Class

QueryResult Members

Microsoft.PerformancePoint.Scorecards Namespace