다음을 통해 공유


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.