Utility.ManagedInstanceHealthyCount Property

Definition

Gets the number of healthy instances of SQL Server managed by the UCP.

public:
 property int ManagedInstanceHealthyCount { int get(); };
public int ManagedInstanceHealthyCount { get; }
member this.ManagedInstanceHealthyCount : int
Public ReadOnly Property ManagedInstanceHealthyCount As Integer

Property Value

An Int32 value specifying the number of healthy instances of SQL Server that are managed by the UCP.

Remarks

The health states of a ManagedInstance are defined by the HealthState enumeration.

Applies to