Share via


Méthode GetElementAt

Gets a Cpu 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 Cpu
'Utilisation
Dim instance As CpuCollection
Dim position As Integer
Dim returnValue As Cpu

returnValue = instance.GetElementAt(position)
public Cpu GetElementAt(
    int position
)
public:
Cpu^ GetElementAt(
    int position
)
member GetElementAt : 
        position:int -> Cpu 
public function GetElementAt(
    position : int
) : Cpu

Paramètres

Valeur de retour

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