共用方式為


IServerInformation.Processors 屬性

Gets the number of processors that are installed on the computer that is running the instance of SQL Server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayDescriptionKeyAttribute("Server_ProcessorsDesc")> _
<DisplayNameKeyAttribute("Server_ProcessorsName")> _
ReadOnly Property Processors As Integer 
    Get
'用途
Dim instance As IServerInformation 
Dim value As Integer 

value = instance.Processors
[DisplayDescriptionKeyAttribute("Server_ProcessorsDesc")]
[DisplayNameKeyAttribute("Server_ProcessorsName")]
int Processors { get; }
[DisplayDescriptionKeyAttribute(L"Server_ProcessorsDesc")]
[DisplayNameKeyAttribute(L"Server_ProcessorsName")]
property int Processors {
    int get ();
}
[<DisplayDescriptionKeyAttribute("Server_ProcessorsDesc")>]
[<DisplayNameKeyAttribute("Server_ProcessorsName")>]
abstract Processors : int
function get Processors () : int

屬性值

型別:System.Int32
The number of processors that are installed on the computer that is running the instance of SQL Server.

請參閱

參考

IServerInformation 介面

Microsoft.SqlServer.Management.Smo 命名空間