ForLoopClass.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
Public Overridable Property EvalExpression As String
Get
Set
'Uso
Dim instance As ForLoopClass
Dim value As String
value = instance.EvalExpression
instance.EvalExpression = value
public virtual string EvalExpression { get; set; }
public:
virtual property String^ EvalExpression {
String^ get ();
void set (String^ value);
}
abstract EvalExpression : string with get, set
override EvalExpression : string with get, set
function get EvalExpression () : String
function set EvalExpression (value : String)
Valor de la propiedad
Tipo: System.String
A String that contains the expression used to test whether the loop should stop or continue looping.