DimensionalParameterDataProvider.GetMessageData Method
Gets the selections made by a user in the filter control.
Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)
Syntax
'Declaration
Public Overrides Function GetMessageData ( _
providerLocation As RepositoryLocation, _
parameterMessage As ParameterMessage, _
parameterSourceLocation As RepositoryLocation, _
parameterMapping As ParameterMapping, _
custom As Object _
) As DataTable
'Usage
Dim instance As DimensionalParameterDataProvider
Dim providerLocation As RepositoryLocation
Dim parameterMessage As ParameterMessage
Dim parameterSourceLocation As RepositoryLocation
Dim parameterMapping As ParameterMapping
Dim custom As Object
Dim returnValue As DataTable
returnValue = instance.GetMessageData(providerLocation, _
parameterMessage, parameterSourceLocation, _
parameterMapping, custom)
public override DataTable GetMessageData(
RepositoryLocation providerLocation,
ParameterMessage parameterMessage,
RepositoryLocation parameterSourceLocation,
ParameterMapping parameterMapping,
Object custom
)
Parameters
- providerLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
- parameterMessage
Type: Microsoft.PerformancePoint.Scorecards.ParameterMessage
- parameterSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
parameterMapping
Type: Microsoft.PerformancePoint.Scorecards.ParameterMappingThe mapping to linked consumers.
- custom
Type: System.Object
Return Value
Type: System.Data.DataTable
Implements
See Also
Reference
DimensionalParameterDataProvider Class
DimensionalParameterDataProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace