Поделиться через


Свойство Processors

Gets the Processors property value.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property Processors As Integer
    Get
'Применение
Dim instance As Server
Dim value As Integer

value = instance.Processors
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public int Processors { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
virtual property int Processors {
    int get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
abstract Processors : int
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
override Processors : int
final function get Processors () : int

Значение свойства

Тип System. . :: . .Int32
Int32

Реализует интерфейс

IServerInformation. . :: . .Processors