TransformGetConfigurationValue Method (InputConnector, Guid)

Gets the configuration value for a transform input 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(
	InputConnector input,
	Guid transformSettingId
)

Parameters

input
Type: Dundas.BI.Data.TransformsInputConnector
The input.
transformSettingId
Type: SystemGuid
The transform setting ID.

Return Value

Type: ParameterValue
The setting value.
Exceptions
ExceptionCondition
ArgumentNullExceptioninput is .
ArgumentExceptionThe current instance does not have a setting with the specified transformSettingId.
See Also