HResults.DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW Field

Definition

The result of the binary operation "%1" on data types %2 and %3 exceeds the maximum size for numeric types. The operand types could not be implicitly cast into a numeric (DT_NUMERIC) result without loss of precision or scale. To perform this operation, one or both operands need to be explicitly cast with a cast operator.

public: int DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW = -1073450883;
public const int DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW = -1073450883;
val mutable DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW : int
Public Const DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW As Integer  = -1073450883

Field Value

Value = -1073450883

Applies to