Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Const DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW As Integer
'Usage
Dim value As Integer
value = HResults.DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW
public const int DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW
public:
literal int DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW
static val mutable DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW: int
public const var DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW : int