Campo HResults.DTS_E_RAWSTRINGTOOLONG
String too long. The adapter read a string that was %1!d! bytes long, and expected a string no longer than %2!d! bytes, at offset %3!d!. This could indicate a damaged input file. The file shows a string length that is too large for the buffer column.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Const DTS_E_RAWSTRINGTOOLONG As Integer
'Uso
Dim value As Integer
value = HResults.DTS_E_RAWSTRINGTOOLONG
public const int DTS_E_RAWSTRINGTOOLONG
public:
literal int DTS_E_RAWSTRINGTOOLONG
static val mutable DTS_E_RAWSTRINGTOOLONG: int
public const var DTS_E_RAWSTRINGTOOLONG : int