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


Метод NumaNodeCollection.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

Параметры

  • position
    Тип: System.Int32
    An Int32 value specifying the position in the collection.

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

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

См. также

Справочник

NumaNodeCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo