共用方式為


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.