IDTSForEachItem100.Add Method

Definition

Adds a new, empty IDTSForEachItemValue100 object to the end of the collection.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItemValue100 ^ Add();
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemValue100 Add ();
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemValue100
Public Function Add () As IDTSForEachItemValue100

Returns

A new, empty IDTSForEachItemValue100 object to the end of the collection.

Attributes

Remarks

For more information, see ForEachItem.

Applies to