Utility.DeployedDacHealthyCount 属性

定义

获取由SQL Server实用工具管理的SQL Server实例上正常部署的 DC 数。

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

属性值

一个Int32值,该值指定在此SQL Server实用工具管理的实例上部署了多少个正常运行的 DC。

适用于