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 (8.0.2.1001)
SyntaxCorrectionValue ModifyMeasureCorrectionValue(
Guid correctionValueId,
Nullable<Number> value,
string text
)
Function ModifyMeasureCorrectionValue (
correctionValueId As Guid,
value As Nullable(Of Number),
text As String
) As CorrectionValue
CorrectionValue^ ModifyMeasureCorrectionValue(
Guid correctionValueId,
Nullable<Number> value,
String^ text
)
abstract ModifyMeasureCorrectionValue :
correctionValueId : Guid *
value : Nullable<Number> *
text : string -> CorrectionValue
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:
CorrectionValueThe measure correction value.
Exceptions| Exception | Condition |
|---|
| ArgumentException | correctionValueId is Empty. |
| NotFoundException | The measure correction value with the specified ID does not exist. |
| NoPrivilegeException | The caller does not have the Write privilege on the specified correction value. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also