Utility.DeployedDacHealthyCount Property

Definition

Gets the number of healthy deployed DACs on the instances of SQL Server managed by the SQL Server Utility.

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

Property Value

An Int32 value that specifies how many healthy DACs are deployed on the instances managed by this SQL Server Utility.

Applies to