Поделиться через


Свойство Utility.DeployedDacUnderutilizedCount

Gets the number of deployed, underutilized DACs on all the managed instances.

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
Public ReadOnly Property DeployedDacUnderutilizedCount As Integer 
    Get
'Применение
Dim instance As Utility 
Dim value As Integer 

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

Значение свойства

Тип: System.Int32
An Int32 value that specifies how many underutilized DACs are deployed on the managed instances.

См. также

Справочник

Utility Класс

Пространство имен Microsoft.SqlServer.Management.Utility