다음을 통해 공유


Add 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Function Add As ForEachItemValue
‘사용 방법
Dim instance As ForEachItem
Dim returnValue As ForEachItemValue

returnValue = instance.Add()
public ForEachItemValue Add()
public:
ForEachItemValue^ Add()
member Add : unit -> ForEachItemValue 
public function Add() : ForEachItemValue