DataProcessCreateParameter Method (InputConnector, ComponentSetting, ConnectorElement) |
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic ElementProcessParameter CreateParameter(
InputConnector inputConnector,
ComponentSetting elementSetting,
ConnectorElement element
)
Public Function CreateParameter (
inputConnector As InputConnector,
elementSetting As ComponentSetting,
element As ConnectorElement
) As ElementProcessParameter
public:
ElementProcessParameter^ CreateParameter(
InputConnector^ inputConnector,
ComponentSetting^ elementSetting,
ConnectorElement^ element
)
member CreateParameter :
inputConnector : InputConnector *
elementSetting : ComponentSetting *
element : ConnectorElement -> ElementProcessParameter
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:
ElementProcessParameterThe parameter.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | inputConnector or elementSetting or element is . |
| ArgumentException | elementSetting or element does not belong to the specified inputConnector. |
| DuplicateParameterException | A parameter of the requested type already exists. |
See Also