Compartir a través de


ManagedInstance.CpuName Propiedad

Gets the name of the CPU.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CpuName As String 
    Get
'Uso
Dim instance As ManagedInstance 
Dim value As String 

value = instance.CpuName
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string CpuName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ CpuName {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member CpuName : string
function get CpuName () : String

Valor de la propiedad

Tipo: System.String
A string value that contains the name of the CPU.

Vea también

Referencia

ManagedInstance Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility