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 中)
语法
声明
<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.