TransformGetConfigurationValue Method (ComponentSetting)

Gets the configuration value for 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 ParameterValue GetConfigurationValue(
	ComponentSetting setting
)

Parameters

setting
Type: Dundas.BI.Data.ParametersComponentSetting
The transform setting.

Return Value

Type: ParameterValue
The setting value.
Exceptions
ExceptionCondition
ArgumentNullExceptionsetting is .
See Also