IDTSForEachItemEnumerator100.Items 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 a collection of IDTSForEachItems100.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItems100 ^ default { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItems100 ^ get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItems100 ^ value); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItems100 this { [System.Runtime.InteropServices.DispId(0)] get; [System.Runtime.InteropServices.DispId(0)] set; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
[<set: System.Runtime.InteropServices.DispId(0)>]
member this.Items : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItems100 with get, set
Default Public Property Items As IDTSForEachItems100
Property Value
A collection of IDTSForEachItems100.
- Attributes
Remarks
For more information, see ForEachItemEnumerator.