Udostępnij za pośrednictwem


Właściwość DependencyTreeNode.Index

Pobiera lub ustawia element przy danym indeksie kolekcja węzła drzewa.

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

Składnia

'Deklaracja
Protected Friend Property Index As Integer
    Get
    Set
'Użycie
Dim value As Integer

value = Me.Index

Me.Index = value
protected internal int Index { get; set; }
protected public:
property int Index {
    int get ();
    void set (int value);
}
member Index : int with get, set
function get Index () : int
function set Index (value : int)

Wartość właściwości

Typ: System.Int32
Element przy danym indeksie kolekcja węzła drzewa.