Scheduler.Cpu Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Cpu As Cpu 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Scheduler Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo