Sprache

CpuCollection.GetByID(Int32) Methode

Definition

Ruft eine particulat CPU von seiner ID ab.

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

Parameter

cpuId
Int32

ID der CPU

Gibt zurück

Cpu

CPU-Objekt

Gilt für: