Свойство DatabasePerformanceAdapter.DataAndLogFilesOnSeparateLogicalVolumes

Specifies if data and log files are on separate volumes.

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

Синтаксис

'Декларация
Public ReadOnly Property DataAndLogFilesOnSeparateLogicalVolumes As Boolean 
    Get
'Применение
Dim instance As DatabasePerformanceAdapter 
Dim value As Boolean 

value = instance.DataAndLogFilesOnSeparateLogicalVolumes
public bool DataAndLogFilesOnSeparateLogicalVolumes { get; }
public:
virtual property bool DataAndLogFilesOnSeparateLogicalVolumes {
    bool get () sealed;
}
abstract DataAndLogFilesOnSeparateLogicalVolumes : bool 
override DataAndLogFilesOnSeparateLogicalVolumes : bool
final function get DataAndLogFilesOnSeparateLogicalVolumes () : boolean

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

Тип: System.Boolean
Boolean specifying if the database data and log files are on separate volumes.

Реализует

IDatabasePerformanceFacet.DataAndLogFilesOnSeparateLogicalVolumes

Замечания

Returns True if the database has its data and log files on different logical volumes.

См. также

Справочник

DatabasePerformanceAdapter Класс

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