HResults.DTS_E_TXFUZZYLOOKUP_STRINGCOLUMNTOOLONG Field

Definition

MessageId: DTS_E_TXFUZZYLOOKUP_STRINGCOLUMNTOOLONG MessageText: The length of string column '%1!s!' exceeds 4000 characters. A conversion from DT_STR to DT_WSTR is necessary, so a truncation would occur. Either reduce the column width or use only DT_WSTR column types.

public: int DTS_E_TXFUZZYLOOKUP_STRINGCOLUMNTOOLONG = -1071611071;
public const int DTS_E_TXFUZZYLOOKUP_STRINGCOLUMNTOOLONG = -1071611071;
val mutable DTS_E_TXFUZZYLOOKUP_STRINGCOLUMNTOOLONG : int
Public Const DTS_E_TXFUZZYLOOKUP_STRINGCOLUMNTOOLONG As Integer  = -1071611071

Field Value

Value = -1071611071

Applies to