Compartilhar via


Propriedade do RDL Computer.CpuMaxClockSpeed

Gets the maximum CPU clock speed.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CpuMaxClockSpeed As Integer 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Computer Classe

Namespace Microsoft.SqlServer.Management.Utility