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


Свойство ManagedInstance.ServerProcessorHealthState

Gets the server instance processor health state.

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

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ServerProcessorHealthState As HealthState 
    Get
'Применение
Dim instance As ManagedInstance 
Dim value As HealthState 

value = instance.ServerProcessorHealthState
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public HealthState ServerProcessorHealthState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property HealthState ServerProcessorHealthState {
    HealthState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ServerProcessorHealthState : HealthState
function get ServerProcessorHealthState () : HealthState

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

Тип: Microsoft.SqlServer.Management.Utility.HealthState
A HealthState value that indicates the current health state of the server instance processor.

Замечания

Valid HealthState values are enumerated by the HealthState enumeration.

См. также

Справочник

ManagedInstance Класс

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