Metodo IDTSForEachItems100.Remove
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Removes a specified collection from the IDTSForEachItems100 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 IDTSForEachItems100
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 collection to remove.
Osservazioni
For more information, see ForEachItems.