Scheduler.Cpu Property

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

Property Value

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

See Also

Reference

Scheduler Class

Microsoft.SqlServer.Management.Smo Namespace