ElementProcessParameter Constructor |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ElementProcessParameter(
InputConnector input,
ComponentSetting elementSetting,
ConnectorElement connectorElement
)
Public Sub New (
input As InputConnector,
elementSetting As ComponentSetting,
connectorElement As ConnectorElement
)
public:
ElementProcessParameter(
InputConnector^ input,
ComponentSetting^ elementSetting,
ConnectorElement^ connectorElement
)
new :
input : InputConnector *
elementSetting : ComponentSetting *
connectorElement : ConnectorElement -> ElementProcessParameter
Parameters
- input
- Type: Dundas.BI.Data.TransformsInputConnector
The input. - elementSetting
- Type: Dundas.BI.Data.ParametersComponentSetting
The element setting. - connectorElement
- Type: Dundas.BI.Data.TransformsConnectorElement
The connector element.
Exceptions See Also