Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the information about one CPU on an instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Cpu As Cpu
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.Cpu
The information about one CPU on an instance of SQL Server