Remove méthode
Removes a ForEachItem object from the collection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly : Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
Index As Object _
)
'Utilisation
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
)
Paramètres
- Index
Type : System. . :: . .Object
The name, index, ID, or identity of the object to remove.