Share via


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

Return Value

Type: Microsoft.PerformancePoint.Scorecards.DataSource

See Also

Reference

IParameterDataProvider Interface

IParameterDataProvider Members

Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace