Share via


SqlReportViewData.GetParameterPropertyUniqueName Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function GetParameterPropertyUniqueName ( _
    serverMode As SqlReportViewDataServerMode, _
    index As Integer _
) As String
'Usage
Dim serverMode As SqlReportViewDataServerMode
Dim index As Integer
Dim returnValue As String

returnValue = SqlReportViewData.GetParameterPropertyUniqueName(serverMode, index)
public static string GetParameterPropertyUniqueName (
    SqlReportViewDataServerMode serverMode,
    int index
)

Parameters

  • serverMode
  • index

See Also

Reference

SqlReportViewData Class
SqlReportViewData Members
Microsoft.PerformancePoint.Scorecards Namespace