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 a beginpoint.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Overridable Function GetDisplayUnderlyingElement ( _
parameterDefinition As ParameterDefinition, _
parameterSourceLocation As RepositoryLocation _
) As DataSource
'Usage
Dim instance As CustomParameterDataProvider
Dim parameterDefinition As ParameterDefinition
Dim parameterSourceLocation As RepositoryLocation
Dim returnValue As DataSource
returnValue = instance.GetDisplayUnderlyingElement(parameterDefinition, _
parameterSourceLocation)
public virtual DataSource GetDisplayUnderlyingElement(
ParameterDefinition parameterDefinition,
RepositoryLocation parameterSourceLocation
)
Parameters
parameterDefinition
Type: Microsoft.PerformancePoint.Scorecards.ParameterDefinitionThe parameter definition.
parameterSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the parameter's data source in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DataSource
Implements
IParameterDataProvider.GetDisplayUnderlyingElement(ParameterDefinition, RepositoryLocation)
Remarks
A filter beginpoint is represented by a ParameterDefinition object.
See Also
Reference
CustomParameterDataProvider Class
CustomParameterDataProvider Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace