IDatabaseMaintenanceFacet Interface
Represents an interface that defined methods and properties for the database maintenance facet.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] [EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)] [CLSCompliantAttribute(false)] [TypeConverterAttribute((LocalizableTypeConverter^::typeid))] [DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_Name")] [DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_Desc")] public interface class IDatabaseMaintenanceFacet : IDmfFacet
| Name | Description | |
|---|---|---|
![]() | DataAndBackupOnSeparateLogicalVolumes | Gets a value that indicates if data and backup are on separate logical volumes. |
![]() | DelayedDurability | Gets or sets the delayed durability setting of a database. |
![]() | LastBackupDate | Gets a date and time for the last database backup. |
![]() | LastLogBackupDate | Gets a date and time for the last log backup. |
![]() | PageVerify | Gets or sets the type of page integrity check that SQL Server performs when reading database pages. |
![]() | ReadOnly | Gets or sets a value that specifies if the database is read-only. |
![]() | RecoveryModel | Gets or set the database recovery model. |
![]() | Status | Gets a DatabaseStatus object. |
![]() | TargetRecoveryTime | Gets or sets the database for the target recovery time. |
Show:
