CpuCollection.GetByID(Int32) Method

Definition

Gets a particulat Cpu from its ID

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

Parameters

cpuId
Int32

Id of the Cpu

Returns

Cpu

Cpu object

Applies to