Partager via


Méthode NumaNodeCollection.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

  • position
    Type : System.Int32
    An Int32 value specifying the position in the collection.

Valeur de retour

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

Voir aussi

Référence

NumaNodeCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo