IDatabaseMaintenanceFacet.DataAndBackupOnSeparateLogicalVolumes 属性
A Boolean value that indicates if data and backup are on separate logical volumes.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")> _
<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")> _
ReadOnly Property DataAndBackupOnSeparateLogicalVolumes As Boolean
Get
用法
Dim instance As IDatabaseMaintenanceFacet
Dim value As Boolean
value = instance.DataAndBackupOnSeparateLogicalVolumes
[DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")]
[DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")]
bool DataAndBackupOnSeparateLogicalVolumes { get; }
[DisplayDescriptionKeyAttribute(L"IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")]
[DisplayNameKeyAttribute(L"IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")]
property bool DataAndBackupOnSeparateLogicalVolumes {
bool get ();
}
[<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")>]
[<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")>]
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.