Condividi tramite


Metodo GetElementAt

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function GetElementAt ( _
    position As Integer _
) As NumaNode
'Utilizzo
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

Parametri

Valore restituito

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