Share via


QueryResult.Remove method

Removes the object with the specified key.

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

Syntax

'Declaration
Public Sub Remove ( _
    key As String _
)
'Usage
Dim instance As QueryResult
Dim key As String

instance.Remove(key)
public void Remove(
    string key
)

Parameters

See also

Reference

QueryResult class

QueryResult members

Microsoft.PerformancePoint.Scorecards namespace