Méthode Remove
Removes a ForEachItem collection from the ForEachItems collection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
Index As Object _
)
'Utilisation
Dim instance As ForEachItems
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 ForEachItem collection to remove.
Voir aussi