Utility.DeployedDacCount Property

Definition

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

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

Property Value

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

Applies to