HResults.DTS_E_EXPREVALSTATIC_PARAMTYPEMISMATCH Field

Definition

MessageId: DTS_E_EXPREVALSTATIC_PARAMTYPEMISMATCH MessageText: A function has a parameter with an unsupported data type. The type of the parameter cannot be implicitly cast into a compatible type for the function. To perform this operation, the operand needs to be explicitly cast with a cast operator.

public: int DTS_E_EXPREVALSTATIC_PARAMTYPEMISMATCH = -1073442754;
public const int DTS_E_EXPREVALSTATIC_PARAMTYPEMISMATCH = -1073442754;
val mutable DTS_E_EXPREVALSTATIC_PARAMTYPEMISMATCH : int
Public Const DTS_E_EXPREVALSTATIC_PARAMTYPEMISMATCH As Integer  = -1073442754

Field Value

Value = -1073442754

Applies to