Propriedade do RDL DatabaseMaintenanceAdapter.DataAndBackupOnSeparateLogicalVolumes

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 (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property DataAndBackupOnSeparateLogicalVolumes As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: 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).

Implementa

IDatabaseMaintenanceFacet.DataAndBackupOnSeparateLogicalVolumes

Consulte também

Referência

DatabaseMaintenanceAdapter Classe

Namespace Microsoft.SqlServer.Management.Smo