IDTSForLoop100.EvalExpression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the expression that is evaluated on each pass of the loop.
public:
property System::String ^ EvalExpression { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(36)]
public string EvalExpression { [System.Runtime.InteropServices.DispId(36)] get; [System.Runtime.InteropServices.DispId(36)] set; }
[<System.Runtime.InteropServices.DispId(36)>]
[<get: System.Runtime.InteropServices.DispId(36)>]
[<set: System.Runtime.InteropServices.DispId(36)>]
member this.EvalExpression : string with get, set
Public Property EvalExpression As String
Property Value
The expression used to test whether the loop should stop or continue looping.
- Attributes