Metodo Remove
Removes the element with the specified index from the collection
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
index As Integer _
)
'Utilizzo
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
)
Parametri
- index
Tipo: System. . :: . .Int32
The zero-based index of the element to be removed.
Vedere anche