다음을 통해 공유


DataAndBackupOnSeparateLogicalVolumes 속성

A Boolean value that indicates if data and backup are on separate logical volumes.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")> _
<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")> _
ReadOnly Property DataAndBackupOnSeparateLogicalVolumes As Boolean
    Get
‘사용 방법
Dim instance As IDatabaseMaintenanceFacet
Dim value As Boolean

value = instance.DataAndBackupOnSeparateLogicalVolumes
[DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")]
[DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")]
bool DataAndBackupOnSeparateLogicalVolumes { get; }
[DisplayNameKeyAttribute(L"IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")]
[DisplayDescriptionKeyAttribute(L"IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")]
property bool DataAndBackupOnSeparateLogicalVolumes {
    bool get ();
}
[<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")>]
[<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")>]
abstract DataAndBackupOnSeparateLogicalVolumes : bool
function get DataAndBackupOnSeparateLogicalVolumes () : boolean

속성 값

형식: System. . :: . .Boolean
Boolean
If True Data and Backup are on separate logical volumes.
If False Data and Backup are not on separate logical volumes.