HResults.DTS_E_INSERTEREXPECTBOMINVALIDTYPE Field

Definition

The "%1" has the ExpectBOM property set to TRUE for %2, but the column is not NT_NTEXT. The ExpectBOM specifies that the Import Column transformation expects a byte-order mark (BOM). Either set the ExpectBOM property to false or change the output column data type to DT_NTEXT.

public: int DTS_E_INSERTEREXPECTBOMINVALIDTYPE = -1071611846;
public const int DTS_E_INSERTEREXPECTBOMINVALIDTYPE = -1071611846;
val mutable DTS_E_INSERTEREXPECTBOMINVALIDTYPE : int
Public Const DTS_E_INSERTEREXPECTBOMINVALIDTYPE As Integer  = -1071611846

Field Value

Value = -1071611846

Applies to