ParameterContainer Constructor
Initializes a new instance of the ParameterContainer class.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub New ( _
dataSourceLocation As RepositoryLocation, _
passedBIDataContainer As BIDataContainer _
)
'Usage
Dim dataSourceLocation As RepositoryLocation
Dim passedBIDataContainer As BIDataContainer
Dim instance As New ParameterContainer(dataSourceLocation, _
passedBIDataContainer)
public ParameterContainer(
RepositoryLocation dataSourceLocation,
BIDataContainer passedBIDataContainer
)
Parameters
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the underlying data source in the repository.
passedBIDataContainer
Type: Microsoft.PerformancePoint.Scorecards.BIDataContainerThe container for information about the parameter message and mappings.