DataProcessCreateParameter Method (InputConnector, ComponentSetting, ConnectorElement)

Creates a parameter based on a ComponentSetting defined for input elements.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public ElementProcessParameter CreateParameter(
	InputConnector inputConnector,
	ComponentSetting elementSetting,
	ConnectorElement element
)

Parameters

inputConnector
Type: Dundas.BI.Data.TransformsInputConnector
The input connector.
elementSetting
Type: Dundas.BI.Data.ParametersComponentSetting
The element setting.
element
Type: Dundas.BI.Data.TransformsConnectorElement
The element to be parameterized.

Return Value

Type: ElementProcessParameter
The parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptioninputConnector or elementSetting or element is .
ArgumentExceptionelementSetting or element does not belong to the specified inputConnector.
DuplicateParameterExceptionA parameter of the requested type already exists.
See Also