HResults.DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW Field

The magnitude of the result of a binary operation overflows the maximum size for result data type.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Const DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW As Integer
'Usage
Dim value As Integer 

value = HResults.DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW
public const int DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW
public:
literal int DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW
static val mutable DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW: int
public const var DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW : int

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace