Udostępnij za pośrednictwem


Metoda DependencyCollection.RemoveAt

Usuwa DependencyCollectionNode obiekt z DependencyCollection obiektu i określony indeks pozycji.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub RemoveAt ( _
    index As Integer _
)
'Użycie
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
)

Parametry

Implementacje

IList<T>.RemoveAt(Int32)

Przykłady

Skryptów