IDTSForLoop100.AssignExpression Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une expression pour incrémenter ou décrémenter le compteur de boucle.
public:
property System::String ^ AssignExpression { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(37)]
public string AssignExpression { [System.Runtime.InteropServices.DispId(37)] get; [System.Runtime.InteropServices.DispId(37)] set; }
[<System.Runtime.InteropServices.DispId(37)>]
[<get: System.Runtime.InteropServices.DispId(37)>]
[<set: System.Runtime.InteropServices.DispId(37)>]
member this.AssignExpression : string with get, set
Public Property AssignExpression As String
Valeur de propriété
Expression qui incrémente ou décrémente le compteur de boucle.
- Attributs