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


Свойство Utility.ManagedInstanceManagementPendingCount

Gets the number of instances of SQL Server that have a pending management status.

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

Синтаксис

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

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

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

Тип: System.Int32
An Int32 value specifying the number of instances.

См. также

Справочник

Utility Класс

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