Partager via


Propriété EvalExpression

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see ForLoop.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property EvalExpression As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String

Implémente

IDTSForLoop100. . :: . .EvalExpression