Свойство ManagedInstanceWithUnderutilizedFileCount

Gets the number of managed instances of SQL Server with underutilized files.

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

Синтаксис

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

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

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

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