IDTSForLoop100.InitExpression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an optional initialization expression.
public:
property System::String ^ InitExpression { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(35)]
public string InitExpression { [System.Runtime.InteropServices.DispId(35)] get; [System.Runtime.InteropServices.DispId(35)] set; }
[<System.Runtime.InteropServices.DispId(35)>]
[<get: System.Runtime.InteropServices.DispId(35)>]
[<set: System.Runtime.InteropServices.DispId(35)>]
member this.InitExpression : string with get, set
Public Property InitExpression As String
Property Value
The optional initialization expression.
- Attributes