Proprietà CpuName
Gets the CPU name.
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 CpuName As String
Get
'Utilizzo
Dim instance As Computer
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
Valore proprietà
Tipo: System. . :: . .String
A string value that contains the CPU name.