NumaNodeCollection.GetElementAt(Int32) Method

Definition

Gets a particular NumaNode from the collection on Index

public Microsoft.SqlServer.Management.Smo.NumaNode GetElementAt (int position);
member this.GetElementAt : int -> Microsoft.SqlServer.Management.Smo.NumaNode
Public Function GetElementAt (position As Integer) As NumaNode

Parameters

position
Int32

index of NumaNode

Returns

NumaNode object

Applies to