VariablesCollection.Remove Method

Removes the element with the specified index from the collection

Пространство имен: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Сборка: Microsoft.SqlServer.Exec80PackageTask (in microsoft.sqlserver.exec80packagetask.dll)

Синтаксис

'Декларация
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
)

Параметры

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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