CustomParameterDataProvider.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
Public Overridable Function GetMessageUnderlyingElement ( _
    parameterMessage As ParameterMessage, _
    parameterSourceLocation As RepositoryLocation, _
    parameterMapping As ParameterMapping _
) As DataSource
'Usage
Dim instance As CustomParameterDataProvider
Dim parameterMessage As ParameterMessage
Dim parameterSourceLocation As RepositoryLocation
Dim parameterMapping As ParameterMapping
Dim returnValue As DataSource

returnValue = instance.GetMessageUnderlyingElement(parameterMessage, _
    parameterSourceLocation, parameterMapping)
public virtual DataSource GetMessageUnderlyingElement(
    ParameterMessage parameterMessage,
    RepositoryLocation parameterSourceLocation,
    ParameterMapping parameterMapping
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.DataSource

Implements

IParameterDataProvider.GetMessageUnderlyingElement(ParameterMessage, RepositoryLocation, ParameterMapping)

See also

Reference

CustomParameterDataProvider class

CustomParameterDataProvider members

Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace