Compartir a través de


NumaNodeCollection.GetElementAt Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Function GetElementAt ( _
    position As Integer _
) As NumaNode
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

NumaNodeCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo