IParameterServiceResolveParameterValue Method |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
SyntaxParameterValue ResolveParameterValue(
Guid objectId,
ParameterValue parameterValue,
Nullable<Guid> parameterId
)
Function ResolveParameterValue (
objectId As Guid,
parameterValue As ParameterValue,
parameterId As Nullable(Of 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| Exception | Condition |
|---|
| ArgumentException | objectId is Empty. |
| ArgumentNullException | parameterValue is . |
| InvalidTimeHierarchyTokenException | The parameter token is incompatible for the specified time hierarchy.objectId. |
Remarks
See Also