IDTSForEachItems100.Add Method
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.
Adds a new collection to the IDTSForEachItems100 collection.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItem100 ^ Add();
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItem100 Add ();
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItem100
Public Function Add () As IDTSForEachItem100
Returns
A new collection to the IDTSForEachItems100 collection.
- Attributes
Remarks
For more information, see ForEachItems.