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.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Const DTS_E_RAWSTRINGTOOLONG As Integer
用法
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