Método Remove
Removes the element with the specified index from the collection
Namespace: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (em Microsoft.SqlServer.Exec80PackageTask.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
index As Integer _
)
'Uso
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
)
Parâmetros
- index
Tipo: System. . :: . .Int32
The zero-based index of the element to be removed.
Consulte também