Compartilhar via


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.

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

Sintaxe

'Declaração
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

Consulte também

Referência

HResults Classe

Namespace Microsoft.SqlServer.Dts.Runtime