HResults.DTS_E_INSERTERDATACOLUMNNOTBLOB Field

Definition

MessageId: DTS_E_INSERTERDATACOLUMNNOTBLOB MessageText: The "%1!s!" references "%2!s!", and that column is not the correct type. It must be DT_TEXT, DT_NTEXT, or DT_IMAGE. A reference points to a column that must be a BLOB.

public: int DTS_E_INSERTERDATACOLUMNNOTBLOB = -1071611848;
public const int DTS_E_INSERTERDATACOLUMNNOTBLOB = -1071611848;
val mutable DTS_E_INSERTERDATACOLUMNNOTBLOB : int
Public Const DTS_E_INSERTERDATACOLUMNNOTBLOB As Integer  = -1071611848

Field Value

Value = -1071611848

Applies to