HResults.DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE Field

Definition

MessageId: DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE MessageText: The data type "%1!s!" cannot be used with binary operator "%2!s!". The type of one or both of the operands is not supported for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.

public: int DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE = -1073450879;
public const int DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE = -1073450879;
val mutable DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE : int
Public Const DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE As Integer  = -1073450879

Field Value

Value = -1073450879

Applies to