DataProcessCreateParameter(ConnectorElement) Method

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 (26.2.0.1000)
Syntax
public ElementDataParameter CreateParameter(
	ConnectorElement element
)

Parameters

element  ConnectorElement
The element to be parameterized.

Return Value

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