CpuCollection.GetByID(Int32) Método

Definición

Obtiene una CPU particulat de su identificador.

public Microsoft.SqlServer.Management.Smo.Cpu GetByID(int cpuId);
member this.GetByID : int -> Microsoft.SqlServer.Management.Smo.Cpu
Public Function GetByID (cpuId As Integer) As Cpu

Parámetros

cpuId
Int32

Identificador de la CPU

Devoluciones

Cpu

Cpu (objeto)

Se aplica a