Condividi tramite


Proprietà DatabaseMaintenanceAdapter.DataAndBackupOnSeparateLogicalVolumes

Returns a Boolean value that specifies whether the data and backup files are on separate logical volumes.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DataAndBackupOnSeparateLogicalVolumes As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DatabaseMaintenanceAdapter Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo