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


Свойство Utility.ManagedInstanceCount

Gets the number of instances of SQL Server managed by the UCP.

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

Синтаксис

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

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

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

Тип: System.Int32
An Int32 value specifying the number of instances of SQL Server that are managed by the UCP.

См. также

Справочник

Utility Класс

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