Свойство Utility.ManagedInstanceUnderutilizedCount
Gets the number of managed instances of SQL Server that are underutilized.
Пространство имен: Microsoft.SqlServer.Management.Utility
Сборка: Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)
Синтаксис
'Декларация
Public ReadOnly Property ManagedInstanceUnderutilizedCount As Integer
Get
'Применение
Dim instance As Utility
Dim value As Integer
value = instance.ManagedInstanceUnderutilizedCount
public int ManagedInstanceUnderutilizedCount { get; }
public:
property int ManagedInstanceUnderutilizedCount {
int get ();
}
member ManagedInstanceUnderutilizedCount : int
function get ManagedInstanceUnderutilizedCount () : int
Значение свойства
Тип: System.Int32
An Int32 value specifying the number of managed instances of SQL Server that are underutilized.