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


Свойство Utility.ManagedInstanceWithOverutilizedProcessorCount

Gets the number of managed instances of SQL Server that are executed on overutilized processors.

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

Синтаксис

'Декларация
Public ReadOnly Property ManagedInstanceWithOverutilizedProcessorCount As Integer 
    Get
'Применение
Dim instance As Utility 
Dim value As Integer 

value = instance.ManagedInstanceWithOverutilizedProcessorCount
public int ManagedInstanceWithOverutilizedProcessorCount { get; }
public:
property int ManagedInstanceWithOverutilizedProcessorCount {
    int get ();
}
member ManagedInstanceWithOverutilizedProcessorCount : int
function get ManagedInstanceWithOverutilizedProcessorCount () : int

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

Тип: System.Int32
An Int32 value specifying the number of managed instances of SQL Server that are executed on overutilized processors.

См. также

Справочник

Utility Класс

Пространство имен Microsoft.SqlServer.Management.Utility