HResults.DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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