ForEachItem.Remove 메서드

Removes a ForEachItem object from the collection.

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

구문

‘선언
Public Sub Remove ( _
    Index As Object _
)
‘사용 방법
Dim instance As ForEachItem 
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 object to remove.

참고 항목

참조

ForEachItem 클래스

Microsoft.SqlServer.Dts.Runtime.Enumerators.Item 네임스페이스