Share via


Méthode GetElementAt

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function GetElementAt ( _
    position As Integer _
) As NumaNode
'Utilisation
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

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Management.Smo. . :: . .NumaNode
A NumaNode object from the specified position in the collection.