CpuCollection.GetByID(Int32) 方法

定義

從 ID 取得一個粒子 CPU

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

參數

cpuId
Int32

CPU 的 ID

傳回

Cpu

CPU 物件

適用於