Método NumaNodeCollection.GetElementAt

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

NumaNodeCollection Classe

Namespace Microsoft.SqlServer.Management.Smo