Поделиться через


Метод Remove

Removes the element with the specified index from the collection

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

Синтаксис

'Декларация
Public Sub Remove ( _
    index As Integer _
)
'Применение
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
)

Параметры