BIDataContainer.GetParameterMapping Method

Gets a parameter mapping (inbound parameter).

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Function GetParameterMapping ( _
    id As Guid _
) As ParameterMapping
'Usage
Dim instance As BIDataContainer
Dim id As Guid
Dim returnValue As ParameterMapping

returnValue = instance.GetParameterMapping(id)
public ParameterMapping GetParameterMapping(
    Guid id
)

Parameters

  • id
    Type: System.Guid

    The identifier of the parameter mapping.

Return Value

Type: Microsoft.PerformancePoint.Scorecards.ParameterMapping
A parameter mapping.

See Also

Reference

BIDataContainer Class

BIDataContainer Members

Microsoft.PerformancePoint.Scorecards Namespace