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.