HResults.DTS_E_EXPREVALSTATIC_UNSUPPORTEDBINARYTYPE Field

Definition

MessageId: DTS_E_EXPREVALSTATIC_UNSUPPORTEDBINARYTYPE MessageText: An unsupported data type was used with a binary operator. 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_EXPREVALSTATIC_UNSUPPORTEDBINARYTYPE = -1073442762;
public const int DTS_E_EXPREVALSTATIC_UNSUPPORTEDBINARYTYPE = -1073442762;
val mutable DTS_E_EXPREVALSTATIC_UNSUPPORTEDBINARYTYPE : int
Public Const DTS_E_EXPREVALSTATIC_UNSUPPORTEDBINARYTYPE As Integer  = -1073442762

Field Value

Value = -1073442762

Applies to