DataProcessCreateParameter Method (ConnectorElement)

Creates a parameter based on a ConnectorElement parameter.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ElementDataParameter CreateParameter(
	ConnectorElement element
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The element to be parameterized.

Return Value

Type: ElementDataParameter
The parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
ArgumentExceptionelement does not belong to the current process definition or element is not an output element or the parent transform is a Result or Select transform.
DuplicateParameterExceptionA parameter of the requested type already exists.
See Also