IDatabaseMaintenanceFacet Members
Include Protected Members
Include Inherited Members
Interface that defined methods and properties for the database maintenance facet.
The IDatabaseMaintenanceFacet type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | DataAndBackupOnSeparateLogicalVolumes | A Boolean value that indicates if data and backup are on separate logical volumes. | 
| .gif) | LastBackupDate | Gets a datetime for the last database backup. | 
| .gif) | LastLogBackupDate | Gets a datetime for the last log backup. | 
| .gif) | PageVerify | Gets or sets the type of page integrity check that SQL Server performs when reading database pages | 
| .gif) | ReadOnly | Gets or sets a Boolean value that specifies if the database is read-only. | 
| .gif) | RecoveryModel | Gets or set the database recovery model. | 
| .gif) | Status | Gets a DatabaseStatus object. | 
Top