ManagedInstance.ServerProcessorHealthState Property

Definition

Gets the server instance processor health state.

public:
 property Microsoft::SqlServer::Management::Utility::HealthState ServerProcessorHealthState { Microsoft::SqlServer::Management::Utility::HealthState get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public Microsoft.SqlServer.Management.Utility.HealthState ServerProcessorHealthState { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.ServerProcessorHealthState : Microsoft.SqlServer.Management.Utility.HealthState
Public ReadOnly Property ServerProcessorHealthState As HealthState

Property Value

A HealthState value that indicates the current health state of the server instance processor.

Attributes

Remarks

Valid HealthState values are enumerated by the HealthState enumeration.

Applies to