DatabaseMaintenanceAdapter.DataAndBackupOnSeparateLogicalVolumes Property
Returns a Boolean value that specifies whether the data and backup files are on separate logical volumes.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property DataAndBackupOnSeparateLogicalVolumes As Boolean
Get
'Usage
Dim instance As DatabaseMaintenanceAdapter
Dim value As Boolean
value = instance.DataAndBackupOnSeparateLogicalVolumes
public bool DataAndBackupOnSeparateLogicalVolumes { get; }
public:
virtual property bool DataAndBackupOnSeparateLogicalVolumes {
bool get () sealed;
}
abstract DataAndBackupOnSeparateLogicalVolumes : bool
override DataAndBackupOnSeparateLogicalVolumes : bool
final function get DataAndBackupOnSeparateLogicalVolumes () : boolean
Property Value
Type: System.Boolean
A Boolean returns true if the database has its data and backup files on different logical volumes.If True, the data and backup files are on separate volumes. Otherwise, False (default).
Implements
IDatabaseMaintenanceFacet.DataAndBackupOnSeparateLogicalVolumes