Utility.DeployedDacCount 属性

定义

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

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

属性值

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

适用于