Proprietà CpuMaxClockSpeed
Gets the maximum clock speed of the CPU.
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 ManagedInstance
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
Gets an Int32 value that contains the maximum clock speed of the CPU.
Vedere anche