HResults.DTS_E_EXPREVALSTATIC_BINARYOPNUMERICOVERFLOW Field

Definition

The result of a binary operation was too big for 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_EXPREVALSTATIC_BINARYOPNUMERICOVERFLOW = -1073442766;
public const int DTS_E_EXPREVALSTATIC_BINARYOPNUMERICOVERFLOW = -1073442766;
val mutable DTS_E_EXPREVALSTATIC_BINARYOPNUMERICOVERFLOW : int
Public Const DTS_E_EXPREVALSTATIC_BINARYOPNUMERICOVERFLOW As Integer  = -1073442766

Field Value

Value = -1073442766

Applies to