HResults.DTS_W_ITERATIONEXPRESSIONISNOTASSIGNMENT Field

Definition

MessageId: DTS_W_ITERATIONEXPRESSIONISNOTASSIGNMENT MessageText: The iteration expression is not an assignment expression: "%1!s!". This error usually occurs when the expression in the assignment expression on the ForLoop is not an assignment expression.

public: int DTS_W_ITERATIONEXPRESSIONISNOTASSIGNMENT = -2147356157;
public const int DTS_W_ITERATIONEXPRESSIONISNOTASSIGNMENT = -2147356157;
val mutable DTS_W_ITERATIONEXPRESSIONISNOTASSIGNMENT : int
Public Const DTS_W_ITERATIONEXPRESSIONISNOTASSIGNMENT As Integer  = -2147356157

Field Value

Value = -2147356157

Applies to