Share via


IDTSForEachItem100.Remove Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Removes an IDTSForEachItem100 object from the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub Remove ( _
    Index As Object _
)
'Usage
Dim instance As IDTSForEachItem100 
Dim Index As Object

instance.Remove(Index)
void Remove(
    Object Index
)
void Remove(
    [InAttribute] Object^ Index
)
abstract Remove : 
        Index:Object -> unit
function Remove(
    Index : Object
)

Parameters

  • Index
    Type: System.Object
    The name, index, ID, or identity of the object to remove.

Remarks

For more information, see ForEachItem.

See Also

Reference

IDTSForEachItem100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace