DependencyTreeNode.Index Property

Gets or sets the item at the given index in tree node collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Protected Friend Property Index As Integer 
    Get 
    Set
'Usage
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)

Property Value

Type: System.Int32
The item at the given index in tree node collection.

See Also

Reference

DependencyTreeNode Class

Microsoft.SqlServer.Management.Smo Namespace