DataProcessCreateParameter Method (InputConnector, ComponentSetting)

Creates a parameter based on a ComponentSetting transform parameter.

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 TransformParameter CreateParameter(
	InputConnector input,
	ComponentSetting transformSetting
)

Parameters

input
Type: Dundas.BI.Data.TransformsInputConnector
The transform input.
transformSetting
Type: Dundas.BI.Data.ParametersComponentSetting
The transform setting.

Return Value

Type: TransformParameter
The parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptioninput or transformSetting is .
ArgumentExceptiontransformSetting does not belong to the specified input.
DuplicateParameterExceptionA parameter of the requested type already exists.
See Also