Compartir a través de


VariablesCollection.Remove Method

Removes the element with the specified index from the collection

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Ensamblado: Microsoft.SqlServer.Exec80PackageTask (in microsoft.sqlserver.exec80packagetask.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    index As Integer _
)
public void Remove (
    int index
)
public:
void Remove (
    int index
)
public void Remove (
    int index
)
public function Remove (
    index : int
)

Parámetros

  • index
    The zero-based index of the element to be removed.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

VariablesCollection Class
VariablesCollection Members
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask Namespace