Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Indicates whether the database has its data and log files on different logical volumes.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")> _
<DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")> _
ReadOnly Property DataAndLogFilesOnSeparateLogicalVolumes As Boolean
Get
'Применение
Dim instance As IDatabasePerformanceFacet
Dim value As Boolean
value = instance.DataAndLogFilesOnSeparateLogicalVolumes
[DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")]
[DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")]
bool DataAndLogFilesOnSeparateLogicalVolumes { get; }
[DisplayDescriptionKeyAttribute(L"IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")]
[DisplayNameKeyAttribute(L"IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")]
property bool DataAndLogFilesOnSeparateLogicalVolumes {
bool get ();
}
[<DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")>]
[<DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")>]
abstract DataAndLogFilesOnSeparateLogicalVolumes : bool
function get DataAndLogFilesOnSeparateLogicalVolumes () : boolean
Значение свойства
Тип: System.Boolean
A Boolean value that indicates whether the database has its data and log files on different logical volumes.Returns True if the database has its data and log files on different logical volumes; otherwise, False.