IPersistParameter.RemoveParameterValues Method (Microsoft.PerformancePoint.Scorecards)

Removes the user-selected values for a filter from persisted storage.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Sub RemoveParameterValues ( _
    parameterUniqueName As String, _
    login As String _
)
'Usage
Dim instance As IPersistParameter
Dim parameterUniqueName As String
Dim login As String

instance.RemoveParameterValues(parameterUniqueName, login)
void RemoveParameterValues (
    string parameterUniqueName,
    string login
)

Parameters

  • parameterUniqueName
    The unique name of the filter.
  • login
    The user login.

See Also

Reference

IPersistParameter Interface
IPersistParameter Members
Microsoft.PerformancePoint.Scorecards Namespace