HResults.DTS_E_RAWSTRINGTOOLONG Field

Definition

MessageId: DTS_E_RAWSTRINGTOOLONG MessageText: 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.

public: int DTS_E_RAWSTRINGTOOLONG = -1071636372;
public const int DTS_E_RAWSTRINGTOOLONG = -1071636372;
val mutable DTS_E_RAWSTRINGTOOLONG : int
Public Const DTS_E_RAWSTRINGTOOLONG As Integer  = -1071636372

Field Value

Value = -1071636372

Applies to