다음을 통해 공유


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