Partager via


Propriété IServerInformation.Processors

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Server_ProcessorsDesc")> _
<DisplayNameKeyAttribute("Server_ProcessorsName")> _
ReadOnly Property Processors As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IServerInformation Interface

Espace de noms Microsoft.SqlServer.Management.Smo