다음을 통해 공유


IServerInformation.Processors 속성

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

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

구문

‘선언
<DisplayDescriptionKeyAttribute("Server_ProcessorsDesc")> _
<DisplayNameKeyAttribute("Server_ProcessorsName")> _
ReadOnly Property Processors As Integer 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

IServerInformation 인터페이스

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