Метод DependencyCollection.RemoveAt

Removes a DependencyCollectionNode object from the DependencyCollection object and the specified index position.

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

Синтаксис

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

Примеры

Создание скриптов

См. также

Справочник

DependencyCollection Класс

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