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 (26.2.0.1000)
Syntax
ContextualValue ModifyContextualMeasureValue(
	Guid contextualValueId,
	Number? value,
	Guid metricSetId
)

Parameters

contextualValueId  Guid
The contextual value identifier.
value  NullableNumber
The value.
metricSetId  Guid
The metric set identifier.

Return Value

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