HResults.DTS_E_EXPREVALCANNOTCONVERTRESULT Field

Definition

MessageId: DTS_E_EXPREVALCANNOTCONVERTRESULT MessageText: Cannot convert the expression result data type "%1!s!" to the column data type "%2!s!". The result of the expression should be written to an input/output column, but the data type of the expression cannot be converted to the data type of the column.

public: int DTS_E_EXPREVALCANNOTCONVERTRESULT = -1073450851;
public const int DTS_E_EXPREVALCANNOTCONVERTRESULT = -1073450851;
val mutable DTS_E_EXPREVALCANNOTCONVERTRESULT : int
Public Const DTS_E_EXPREVALCANNOTCONVERTRESULT As Integer  = -1073450851

Field Value

Value = -1073450851

Applies to