IDatabasePerformanceFacet.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)

구문

‘선언
<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.

참고 항목

참조

IDatabasePerformanceFacet 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스