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)
SyntaxCorrectionValue GetMeasureCorrectionValue(
Guid correctionValueId
)
Function GetMeasureCorrectionValue (
correctionValueId As Guid
) As CorrectionValue
CorrectionValue^ GetMeasureCorrectionValue(
Guid correctionValueId
)
abstract GetMeasureCorrectionValue :
correctionValueId : Guid -> CorrectionValue
Parameters
- correctionValueId
- Type: SystemGuid
The measure correction ID.
Return Value
Type:
CorrectionValueThe measure correction value.
Exceptions
See Also