NumaNodeCollection.GetElementAt(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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