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


Метод UrnCollection.RemoveAt

Removes a URN from a collection based on the index of the URN.

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

Синтаксис

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

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

Параметры

Реализует

IList<T>.RemoveAt(Int32)

Примеры

Использование коллекций

См. также

Справочник

UrnCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo