Partager via


Propriété Scheduler.Cpu

Gets the information about one CPU on an instance of SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Cpu As Cpu 
    Get
'Utilisation
Dim instance As Scheduler 
Dim value As Cpu 

value = instance.Cpu
public Cpu Cpu { get; }
public:
property Cpu^ Cpu {
    Cpu^ get ();
}
member Cpu : Cpu
function get Cpu () : Cpu

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Cpu
The information about one CPU on an instance of SQL Server

Voir aussi

Référence

Scheduler Classe

Espace de noms Microsoft.SqlServer.Management.Smo