Compartir a través de


IDatabaseMaintenanceFacet Miembros

Interface that defined methods and properties for the database maintenance facet.

El tipo IDatabaseMaintenanceFacet expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataAndBackupOnSeparateLogicalVolumes A Boolean value that indicates if data and backup are on separate logical volumes.
Propiedad pública LastBackupDate Gets a datetime for the last database backup.
Propiedad pública LastLogBackupDate Gets a datetime for the last log backup.
Propiedad pública PageVerify Gets or sets the type of page integrity check that SQL Server performs when reading database pages
Propiedad pública ReadOnly Gets or sets a Boolean value that specifies if the database is read-only.
Propiedad pública RecoveryModel Gets or set the database recovery model.
Propiedad pública Status Gets a DatabaseStatus object.

Principio