HResults.DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH Field

Definition

MessageId: DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH MessageText: Incompatible data types were used with a binary operator. The operand types could not be implicitly cast into compatible types for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.

public: int DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH = -1073442763;
public const int DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH = -1073442763;
val mutable DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH : int
Public Const DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH As Integer  = -1073442763

Field Value

Value = -1073442763

Applies to