Metodo Remove
Removes a ForEachItem object from the collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
Index As Object _
)
'Utilizzo
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
)
Parametri
- Index
Tipo: System. . :: . .Object
The name, index, ID, or identity of the object to remove.
Vedere anche