Partager via


Propriété IDTSForLoop100.AssignExpression

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

Gets or sets an expression to increment or decrement the loop counter.

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

Syntaxe

'Déclaration
Property AssignExpression As String 
    Get 
    Set
'Utilisation
Dim instance As IDTSForLoop100 
Dim value As String 

value = instance.AssignExpression

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

Valeur de propriété

Type : System.String
The expression that increments or decrements the loop counter.

Voir aussi

Référence

IDTSForLoop100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper