IParameterServiceResolveParameterValue Method |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax ParameterValue ResolveParameterValue(
Guid objectId,
ParameterValue parameterValue,
Guid? parameterId
)
Function ResolveParameterValue (
objectId As Guid,
parameterValue As ParameterValue,
parameterId As Guid?
) As ParameterValue
ParameterValue^ ResolveParameterValue(
Guid objectId,
ParameterValue^ parameterValue,
Nullable<Guid> parameterId
)
abstract ResolveParameterValue :
objectId : Guid *
parameterValue : ParameterValue *
parameterId : Nullable<Guid> -> ParameterValue
Parameters
- objectId
- Type: SystemGuid
The ID of the entity for which the parameter value is to be resolved.
If the specified entity is a MetricSet, then a parameterId must be also be specified.
- parameterValue
- Type: Dundas.BI.Data.ParametersParameterValue
The parameter value. - parameterId
- Type: SystemNullableGuid
The parameter ID, when the objectId references a MetricSet.
Return Value
Type:
ParameterValueA
String representation of the
ParameterValue.
Exceptions Remarks See Also