TransformGetConfigurationValue Method (Guid)

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(
	Guid transformSettingId
)

Parameters

transformSettingId
Type: SystemGuid
The transform setting ID.

Return Value

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