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
Function GetDisplayUnderlyingElement ( _
parameterDefinition As ParameterDefinition, _
parameterSourceLocation As RepositoryLocation _
) As DataSource
'Usage
Dim instance As IParameterDataProvider
Dim parameterDefinition As ParameterDefinition
Dim parameterSourceLocation As RepositoryLocation
Dim returnValue As DataSource
returnValue = instance.GetDisplayUnderlyingElement(parameterDefinition, _
parameterSourceLocation)
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
Remarks
A filter beginpoint is represented by a ParameterDefinition object.
See Also
Reference
IParameterDataProvider Interface
IParameterDataProvider Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace