IDatabaseMaintenanceFacet.DataAndBackupOnSeparateLogicalVolumes Property
A Boolean value that indicates if data and backup are on separate logical volumes. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")> _
<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")> _
ReadOnly Property DataAndBackupOnSeparateLogicalVolumes As Boolean
[DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")]
[DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")]
bool DataAndBackupOnSeparateLogicalVolumes { get; }
[DisplayNameKeyAttribute(L"IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")]
[DisplayDescriptionKeyAttribute(L"IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")]
property bool DataAndBackupOnSeparateLogicalVolumes {
bool get ();
}
/** @property */
boolean get_DataAndBackupOnSeparateLogicalVolumes ()
function get DataAndBackupOnSeparateLogicalVolumes () : boolean
Property Value
Boolean If True Data and Backup are on separate logical volumes. If False Data and Backup are not on separate logical volumes.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.