IDataInputServiceDeleteMeasureCorrectionValue Method

Deletes 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
void DeleteMeasureCorrectionValue(
	Guid correctionValueId
)

Parameters

correctionValueId
Type: SystemGuid
The measure correction value ID.
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