Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the unique name of the parameter property, based on the specified server mode and index.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function GetParameterPropertyUniqueName ( _
serverMode As SqlReportViewData.SqlReportViewDataServerMode, _
index As Integer _
) As String
'Usage
Dim serverMode As SqlReportViewData.SqlReportViewDataServerMode
Dim index As Integer
Dim returnValue As String
returnValue = SqlReportViewData.GetParameterPropertyUniqueName(serverMode, _
index)
public static string GetParameterPropertyUniqueName(
SqlReportViewData.SqlReportViewDataServerMode serverMode,
int index
)
Parameters
serverMode
Type: Microsoft.PerformancePoint.Scorecards.SqlReportViewData.SqlReportViewDataServerModeThe specified server mode.
index
Type: System.Int32The specified index.
Return Value
Type: System.String
The unique name of the parameter property.