IDataInputServiceGetMeasureCorrectionValue Method

Gets the measure correction value by its ID.

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 GetMeasureCorrectionValue(
	Guid correctionValueId
)

Parameters

correctionValueId
Type: SystemGuid
The measure correction ID.

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 metric set.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also