Utility.DeployedDacCount 属性

定义

获取由 SQL Server 工具管理的 SQL Server 实例上已部署的 DAC 数量。

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

属性值

Int32值指定了该 SQL Server 工具管理的实例部署了多少 DAC。

适用于