IParameterServiceResolveParameterValue Method |
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxParameterValue 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 Guid
- 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 ParameterValue
- The parameter value.
- parameterId NullableGuid
- The parameter ID, when the objectId references a MetricSet.
Return Value
ParameterValueA
String representation of the
ParameterValue.
Exceptions
Remarks
See Also