TransformConfigureSetting Method (ConnectorElement, ParameterValue)

Configures an input element setting.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public void ConfigureSetting(
	ConnectorElement element,
	ParameterValue value
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The element.
value
Type: Dundas.BI.Data.ParametersParameterValue
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement or value is .
ArgumentExceptionelement does not belong to an InputConnector or value references an unknown setting ID.
See Also