HResults.DTS_E_EXPREVALINVALIDCASTPARAM Field

Definition

MessageId: DTS_E_EXPREVALINVALIDCASTPARAM MessageText: Parameter number %1!d! of the cast to data type "%2!s!" is not valid. The parameters of cast operators must be static, and cannot contain dynamic elements such as input columns.

public: int DTS_E_EXPREVALINVALIDCASTPARAM = -1073450861;
public const int DTS_E_EXPREVALINVALIDCASTPARAM = -1073450861;
val mutable DTS_E_EXPREVALINVALIDCASTPARAM : int
Public Const DTS_E_EXPREVALINVALIDCASTPARAM As Integer  = -1073450861

Field Value

Value = -1073450861

Applies to