Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a Cpu object with the specified CPU ID from the collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function GetByID ( _
cpuId As Integer _
) As Cpu
'Utilisation
Dim instance As CpuCollection
Dim cpuId As Integer
Dim returnValue As Cpu
returnValue = instance.GetByID(cpuId)
public Cpu GetByID(
int cpuId
)
public:
Cpu^ GetByID(
int cpuId
)
member GetByID :
cpuId:int -> Cpu
public function GetByID(
cpuId : int
) : Cpu
Paramètres
- cpuId
Type : System.Int32
A Int32 value specifying the ID of the CPU to retrieve.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.Cpu
A Cpu object with the specified CPU ID.