Share via


Utility.DeployedDacOnUnderutilizedComputerCount Property

Gets the number of DACs that are deployed on managed instances run on underutilized computers.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
Public ReadOnly Property DeployedDacOnUnderutilizedComputerCount As Integer 
    Get
'Usage
Dim instance As Utility 
Dim value As Integer 

value = instance.DeployedDacOnUnderutilizedComputerCount
public int DeployedDacOnUnderutilizedComputerCount { get; }
public:
property int DeployedDacOnUnderutilizedComputerCount {
    int get ();
}
member DeployedDacOnUnderutilizedComputerCount : int
function get DeployedDacOnUnderutilizedComputerCount () : int

Property Value

Type: System.Int32
An Int32 value that specifies how many DACs are deployed on managed instances run on underutilized computers.

See Also

Reference

Utility Class

Microsoft.SqlServer.Management.Utility Namespace