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


Свойство Utility.ManagedInstanceUnhealthyCount

Gets the number of unhealthy managed instances of SQL Server.

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

Синтаксис

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

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

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

Тип: System.Int32
An Int32 value specifying the number of unhealthy managed instances of SQL Server.

См. также

Справочник

Utility Класс

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