Compartir a través de


Processors Propiedad

Gets the number of processors for the managed instance of SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property Processors As Integer
    Get
'Uso
Dim instance As ManagedInstance
Dim value As Integer

value = instance.Processors
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int Processors { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int Processors {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member Processors : int
function get Processors () : int

Valor de la propiedad

Tipo: System. . :: . .Int32
An Int32 that contains the number of processors for the managed instance of SQL Server.