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 中)

语法

声明
<DisplayNameKeyAttribute("Server_ProcessorsName")> _
<DisplayDescriptionKeyAttribute("Server_ProcessorsDesc")> _
ReadOnly Property Processors As Integer
    Get
用法
Dim instance As IServerInformation
Dim value As Integer

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

属性值

类型:System. . :: . .Int32
Int32