IDataInputServiceModifyMeasureCorrectionValue Method

Modifies the measure correction value.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
CorrectionValue ModifyMeasureCorrectionValue(
	Guid correctionValueId,
	Number? value,
	string text
)

Parameters

correctionValueId
Type: SystemGuid
The measure correction value ID.
value
Type: SystemNullableNumber
The value.
text
Type: SystemString
The explanatory text for the correction.

Return Value

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