HResults.DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE Field

Definition

MessageId: DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE MessageText: The conditional expression "%1!s!" of the conditional operator has an invalid data type of "%2!s!". The conditional expression of the conditional operator must return a Boolean, which is type DT_BOOL.

public: int DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE = -1073450850;
public const int DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE = -1073450850;
val mutable DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE : int
Public Const DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE As Integer  = -1073450850

Field Value

Value = -1073450850

Applies to