IDTSForLoop100.AssignExpression 属性

定义

获取或设置用于递增或递减循环计数器的表达式。

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

属性值

递增或递减循环计数器的表达式。

属性

适用于