HResults.DTS_E_EXPREVALSTATIC_CONDITIONALOPTYPEMISMATCH Field

Definition

The data types of the operands of the conditional operator were incompatible. The operand types could not be implicitly cast into compatible types for the conditional operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.

public: int DTS_E_EXPREVALSTATIC_CONDITIONALOPTYPEMISMATCH = -1073442734;
public const int DTS_E_EXPREVALSTATIC_CONDITIONALOPTYPEMISMATCH = -1073442734;
val mutable DTS_E_EXPREVALSTATIC_CONDITIONALOPTYPEMISMATCH : int
Public Const DTS_E_EXPREVALSTATIC_CONDITIONALOPTYPEMISMATCH As Integer  = -1073442734

Field Value

Value = -1073442734

Applies to