HResults.DTS_E_FORLOOPHASNOEXPRESSION Field

Definition

MessageId: DTS_E_FORLOOPHASNOEXPRESSION MessageText: There is no expression for the loop to evaluate. This error occurs when the expression on the For Loop is empty. Add an expression.

public: int DTS_E_FORLOOPHASNOEXPRESSION = -1073647609;
public const int DTS_E_FORLOOPHASNOEXPRESSION = -1073647609;
val mutable DTS_E_FORLOOPHASNOEXPRESSION : int
Public Const DTS_E_FORLOOPHASNOEXPRESSION As Integer  = -1073647609

Field Value

Value = -1073647609

Applies to