Information.Processors 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Processors As Integer 
    Get
‘사용 방법
Dim instance As Information 
Dim value As Integer 

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

속성 값

유형: System.Int32
An Int32 value that specifies the number of processors that are installed.

SMO에서 SQL Server 구성

참고 항목

참조

Information 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스