Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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