Méthode Remove
Removes the element with the specified index from the collection
Espace de noms : Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly : Microsoft.SqlServer.Exec80PackageTask (en Microsoft.SqlServer.Exec80PackageTask.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
index As Integer _
)
'Utilisation
Dim instance As VariablesCollection
Dim index As Integer
instance.Remove(index)
public void Remove(
int index
)
public:
void Remove(
int index
)
member Remove :
index:int -> unit
public function Remove(
index : int
)
Paramètres
- index
Type : System. . :: . .Int32
The zero-based index of the element to be removed.
Voir aussi