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 (9.0.0.1000)
Syntaxpublic ParameterValue GetConfigurationValue(
ConnectorElement element,
Guid elementSettingId
)
Public Function GetConfigurationValue (
element As ConnectorElement,
elementSettingId As Guid
) As ParameterValue
public:
ParameterValue^ GetConfigurationValue(
ConnectorElement^ element,
Guid elementSettingId
)
member GetConfigurationValue :
element : ConnectorElement *
elementSettingId : Guid -> ParameterValue
Parameters
- element
- Type: Dundas.BI.Data.TransformsConnectorElement
The element. - elementSettingId
- Type: SystemGuid
The element setting ID.
Return Value
Type:
ParameterValueThe setting value.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | element is . |
| ArgumentException | The current element does not have a setting with the specified elementSettingId. |
See Also