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


Свойство DataAndLogFilesOnSeparateLogicalVolumes

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)

Синтаксис

'Декларация
<DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")> _
<DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")> _
ReadOnly Property DataAndLogFilesOnSeparateLogicalVolumes As Boolean
    Get
'Применение
Dim instance As IDatabasePerformanceFacet
Dim value As Boolean

value = instance.DataAndLogFilesOnSeparateLogicalVolumes
[DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")]
[DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")]
bool DataAndLogFilesOnSeparateLogicalVolumes { get; }
[DisplayNameKeyAttribute(L"IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")]
[DisplayDescriptionKeyAttribute(L"IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")]
property bool DataAndLogFilesOnSeparateLogicalVolumes {
    bool get ();
}
[<DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")>]
[<DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")>]
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.