共用方式為


Index 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Protected Friend Property Index As Integer
    Get
    Set
'用途
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)

屬性值

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