Condividi tramite


Metodo CpuCollection.GetElementAt

Gets a Cpu 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 Cpu
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

CpuCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo