Remove 메서드
Removes a ForEachItem collection from the ForEachItems collection.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
Public Sub Remove ( _
Index As Object _
)
‘사용 방법
Dim instance As ForEachItems
Dim Index As Object
instance.Remove(Index)
public void Remove(
Object Index
)
public:
void Remove(
Object^ Index
)
member Remove :
Index:Object -> unit
public function Remove(
Index : Object
)
매개 변수
- Index
형식: System. . :: . .Object
The name, index, ID, or identity of the ForEachItem collection to remove.