Campo DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH
Incompatible data types were used with a binary operator. The operand types could not be implicitly cast into compatible types for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Const DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH As Integer
'Uso
Dim value As Integer
value = HResults.DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH
public const int DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH
public:
literal int DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH
static val mutable DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH: int
public const var DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH : int