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


Метод ConnectionManagerItems.RemoveAt

Removes a connection manager using the specified index.

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

Синтаксис

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

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

Параметры

См. также

Справочник

ConnectionManagerItems Класс

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