ForEachItem.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, empty ForEachItemValue object to the end of the collection.
public:
Microsoft::SqlServer::Dts::Runtime::Enumerators::Item::ForEachItemValue ^ Add();
public Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue Add ();
member this.Add : unit -> Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue
Public Function Add () As ForEachItemValue