Metodo IDTSForEachItem100.Remove

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Removes an IDTSForEachItem100 object from the collection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub Remove ( _
    Index As Object _
)
'Utilizzo
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
)

Parametri

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

Osservazioni

For more information, see ForEachItem.

Vedere anche

Riferimento

IDTSForEachItem100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper