BIMonitoringServiceApplicationProxy.GetParameterMessageData Method

Returns a table of rows that match the keys of the selected values in a filter.

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

Syntax

'Declaration
Public Function GetParameterMessageData ( _
    providerLocation As RepositoryLocation, _
    parameterMessage As ParameterMessage, _
    parameterSourceLocation As RepositoryLocation, _
    parameterMapping As ParameterMapping, _
    webPartContext As WebPartContext _
) As DataTable
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim providerLocation As RepositoryLocation
Dim parameterMessage As ParameterMessage
Dim parameterSourceLocation As RepositoryLocation
Dim parameterMapping As ParameterMapping
Dim webPartContext As WebPartContext
Dim returnValue As DataTable

returnValue = instance.GetParameterMessageData(providerLocation, _
    parameterMessage, parameterSourceLocation, _
    parameterMapping, webPartContext)
public DataTable GetParameterMessageData(
    RepositoryLocation providerLocation,
    ParameterMessage parameterMessage,
    RepositoryLocation parameterSourceLocation,
    ParameterMapping parameterMapping,
    WebPartContext webPartContext
)

Parameters

Return Value

Type: System.Data.DataTable
A table of rows that match the keys of the selected values in a filter.

Implements

IBIMonitoringServiceApplicationProxy.GetParameterMessageData(RepositoryLocation, ParameterMessage, RepositoryLocation, ParameterMapping, WebPartContext)

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace