TransformConfigureSetting Method (ParameterValue)

Configures a transform 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(
	ParameterValue value
)

Parameters

value
Type: Dundas.BI.Data.ParametersParameterValue
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
ArgumentExceptionvalue references an unknown setting ID.
See Also