TransformGetConfigurationValue Method (ConnectorElement, Guid)

Gets the configuration value for an input connector 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 ParameterValue GetConfigurationValue(
	ConnectorElement element,
	Guid elementSettingId
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The element.
elementSettingId
Type: SystemGuid
The element setting ID.

Return Value

Type: ParameterValue
The setting value.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
ArgumentExceptionThe current element does not have a setting with the specified elementSettingId.
See Also