Compartir a través de


IDTSForLoop100.EvalExpression Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the expression that is evaluated on each pass of the loop.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Property EvalExpression As String 
    Get 
    Set
'Uso
Dim instance As IDTSForLoop100 
Dim value As String 

value = instance.EvalExpression

instance.EvalExpression = value
string EvalExpression { get; set; }
property String^ EvalExpression {
    String^ get ();
    void set (String^ value);
}
abstract EvalExpression : string with get, set
function get EvalExpression () : String 
function set EvalExpression (value : String)

Valor de la propiedad

Tipo: System.String
The expression used to test whether the loop should stop or continue looping.

Vea también

Referencia

IDTSForLoop100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper