Compartilhar 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