IDataInputServiceModifyContextualMeasureValue Method

Modifies the contextual measure value.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
ContextualValue ModifyContextualMeasureValue(
	Guid contextualValueId,
	Number? value,
	Guid metricSetId
)

Parameters

contextualValueId
Type: SystemGuid
The contextual value identifier.
value
Type: SystemNullableNumber
The value.
metricSetId
Type: SystemGuid
The metric set identifier.

Return Value

Type: ContextualValue
The contextual measure value.
Exceptions
ExceptionCondition
ArgumentExceptioncontextualValueId is Empty.
NotFoundExceptionThe contextual value with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have the Write privilege on the specified metric set.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also