Computer.CpuMaxClockSpeed プロパティ

最大 CPU クロック速度を取得します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CpuMaxClockSpeed As Integer 
    Get
'使用
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

プロパティ値

型: System.Int32
最大クロック速度を示す Int32 値です。

関連項目

参照

Computer クラス

Microsoft.SqlServer.Management.Utility 名前空間