Udostępnij za pośrednictwem


Właściwość DependencyCollection.Item

Pobiera DependencyCollectionNode obiektu kolekcja według numeru indeksu.

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

Składnia

'Deklaracja
Public Default Property Item ( _
    index As Integer _
) As DependencyCollectionNode
    Get
    Set
'Użycie
Dim instance As DependencyCollection
Dim index As Integer
Dim value As DependencyCollectionNode

value = instance(index)

instance(index) = value
public DependencyCollectionNode this[
    int index
] { get; set; }
public:
virtual property DependencyCollectionNode^ default[int index] {
    DependencyCollectionNode^ get (int index) sealed;
    void set (int index, DependencyCollectionNode^ value) sealed;
}
abstract Item : DependencyCollectionNode with get, set
override Item : DependencyCollectionNode with get, set
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
A DependencyCollectionNode wartość obiektu, który reprezentuje zależność wykonywanie skryptów.

Implementacje

IList<T>.Item[Int32]

Przykłady

Skryptów