IParameterDataProvider.GetMessageUnderlyingElement Method
Gets the underlying data source of an endpoint.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Function GetMessageUnderlyingElement ( _
parameterMessage As ParameterMessage, _
parameterSourceLocation As RepositoryLocation, _
parameterMapping As ParameterMapping _
) As DataSource
'Usage
Dim instance As IParameterDataProvider
Dim parameterMessage As ParameterMessage
Dim parameterSourceLocation As RepositoryLocation
Dim parameterMapping As ParameterMapping
Dim returnValue As DataSource
returnValue = instance.GetMessageUnderlyingElement(parameterMessage, _
parameterSourceLocation, parameterMapping)
DataSource GetMessageUnderlyingElement(
ParameterMessage parameterMessage,
RepositoryLocation parameterSourceLocation,
ParameterMapping parameterMapping
)
Parameters
parameterMessage
Type: Microsoft.PerformancePoint.Scorecards.ParameterMessageThe selected parameters from the filter control.
parameterSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the parameter's data source in the repository.
parameterMapping
Type: Microsoft.PerformancePoint.Scorecards.ParameterMappingThe mapping to linked consumers.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DataSource
See Also
Reference
IParameterDataProvider Interface
IParameterDataProvider Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace