共用方式為


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