NumaNodeCollection.GetElementAt Method
Gets a NumaNode object from the specified position in the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function GetElementAt ( _
position As Integer _
) As NumaNode
'Usage
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
Parameters
- position
Type: System.Int32
An Int32 value specifying the position in the collection.
Return Value
Type: Microsoft.SqlServer.Management.Smo.NumaNode
A NumaNode object from the specified position in the collection.