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


Метод Parameters.RemoveAt

Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection.

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

Синтаксис

'Декларация
Public MustOverride Sub RemoveAt ( _
    index As Integer _
)
'Применение
Dim instance As Parameters 
Dim index As Integer

instance.RemoveAt(index)
public abstract void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) abstract
abstract RemoveAt : 
        index:int -> unit
public abstract function RemoveAt(
    index : int
)

Параметры

  • index
    Тип: System.Int32
    The location of the parameter within the collection.

См. также

Справочник

Parameters Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime