Método IDTSForEachItem100.Remove
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Removes an IDTSForEachItem100 object from the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub Remove ( _
Index As Object _
)
'Uso
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
)
Parâmetros
- Index
Tipo: System.Object
The name, index, ID, or identity of the object to remove.
Comentários
For more information, see ForEachItem.