IDTSForLoop100.EvalExpression Propriedade

Definição

Obtém ou define a expressão que é avaliada a cada passagem do 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

Valor da propriedade

A expressão usada para testar se o loop deve parar ou continuar.

Atributos

Aplica-se a