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


Свойство Utility.ManagedInstanceWithFilesOnOverutilizedVolumeCount

Gets the number of managed instances of SQL Server that have files on overutilized volumes.

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

Синтаксис

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

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

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

Тип: System.Int32
An Int32 value specifying the number of managed instances of SQL Server that have files on overutilized volumes.

См. также

Справочник

Utility Класс

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