IDatabaseMaintenanceFacet Members
Interface that defined methods and properties for the database maintenance facet.
The following tables list the members exposed by the IDatabaseMaintenanceFacet type.
Public Properties
Name | Description | |
---|---|---|
DataAndBackupOnSeparateLogicalVolumes | A Boolean value that indicates if data and backup are on separate logical volumes.This property is not CLS-compliant. | |
LastBackupDate | Gets a datetime for the last database backup.This property is not CLS-compliant. | |
LastLogBackupDate | Gets a datetime for the last log backup.This property is not CLS-compliant. | |
PageVerify | Gets or sets the type of page integrity check that SQL Server performs when reading database pagesThis property is not CLS-compliant. | |
ReadOnly | Gets or sets a Boolean value that specifies if the database is read-only.This property is not CLS-compliant. | |
RecoveryModel | Gets or set the database recovery model.This property is not CLS-compliant. | |
Status | Gets a DatabaseStatus object.This property is not CLS-compliant. |
Top