CpuName 屬性
Gets the CPU name.
命名空間: Microsoft.SqlServer.Management.Utility
組件: Microsoft.SqlServer.Management.Utility (在 Microsoft.SqlServer.Management.Utility.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CpuName As String
Get
'用途
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
屬性值
型別:System. . :: . .String
A string value that contains the CPU name.