Condividi tramite


Proprietà Computer.CpuMaxClockSpeed

Gets the maximum CPU clock speed.

Spazio dei nomi  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CpuMaxClockSpeed As Integer 
    Get
'Utilizzo
Dim instance As Computer 
Dim value As Integer 

value = instance.CpuMaxClockSpeed
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int CpuMaxClockSpeed { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int CpuMaxClockSpeed {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member CpuMaxClockSpeed : int
function get CpuMaxClockSpeed () : int

Valore proprietà

Tipo: System.Int32
An Int32 value that specifies the maximum clock speed.

Vedere anche

Riferimento

Computer Classe

Spazio dei nomi Microsoft.SqlServer.Management.Utility