Partager via


Propriété IDatabaseMaintenanceFacet.DataAndBackupOnSeparateLogicalVolumes

A Boolean value that indicates if data and backup are on separate logical volumes.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")> _
<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")> _
ReadOnly Property DataAndBackupOnSeparateLogicalVolumes As Boolean 
    Get
'Utilisation
Dim instance As IDatabaseMaintenanceFacet 
Dim value As Boolean 

value = instance.DataAndBackupOnSeparateLogicalVolumes
[DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")]
[DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")]
bool DataAndBackupOnSeparateLogicalVolumes { get; }
[DisplayDescriptionKeyAttribute(L"IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")]
[DisplayNameKeyAttribute(L"IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")]
property bool DataAndBackupOnSeparateLogicalVolumes {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesDesc")>]
[<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_DataAndBackupOnSeparateLogicalVolumesName")>]
abstract DataAndBackupOnSeparateLogicalVolumes : bool
function get DataAndBackupOnSeparateLogicalVolumes () : boolean

Valeur de propriété

Type : System.Boolean
Boolean If True Data and Backup are on separate logical volumes.If False Data and Backup are not on separate logical volumes.

Voir aussi

Référence

IDatabaseMaintenanceFacet Interface

Espace de noms Microsoft.SqlServer.Management.Smo