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.