言語

CpuCollection.GetByID(Int32) メソッド

定義

ID から particulat 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 オブジェクト

適用対象