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 (10.0.0.1002)
Syntaxpublic ParameterValue GetConfigurationValue(
Guid transformSettingId
)
Public Function GetConfigurationValue (
transformSettingId As Guid
) As ParameterValue
public:
ParameterValue^ GetConfigurationValue(
Guid transformSettingId
)
member GetConfigurationValue :
transformSettingId : Guid -> ParameterValue
Parameters
- transformSettingId
- Type: SystemGuid
The transform setting ID.
Return Value
Type:
ParameterValueThe setting value.
Exceptions| Exception | Condition |
|---|
| ArgumentException | The current instance does not have a setting with the specified transformSettingId. |
See Also