Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the maximum clock speed of the CPU.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CpuMaxClockSpeed As Integer
Get
'Usage
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
Property Value
Type: System.Int32
Gets an Int32 value that contains the maximum clock speed of the CPU.