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 命名空间