Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
Implements
See Also
Reference
CustomParameterDataProvider Class
CustomParameterDataProvider Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace