Поделиться через


Метод GetElementAt

Gets a NumaNode object from the specified position in the collection.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function GetElementAt ( _
    position As Integer _
) As NumaNode
'Применение
Dim instance As NumaNodeCollection
Dim position As Integer
Dim returnValue As NumaNode

returnValue = instance.GetElementAt(position)
public NumaNode GetElementAt(
    int position
)
public:
NumaNode^ GetElementAt(
    int position
)
member GetElementAt : 
        position:int -> NumaNode 
public function GetElementAt(
    position : int
) : NumaNode

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Smo. . :: . .NumaNode
A NumaNode object from the specified position in the collection.