Aracılığıyla paylaş


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
Cc284252.pubproperty(tr-tr,SQL.100).gif DataAndBackupOnSeparateLogicalVolumes A Boolean value that indicates if data and backup are on separate logical volumes.This property is not CLS-compliant.
Cc284252.pubproperty(tr-tr,SQL.100).gif LastBackupDate Gets a datetime for the last database backup.This property is not CLS-compliant.
Cc284252.pubproperty(tr-tr,SQL.100).gif LastLogBackupDate Gets a datetime for the last log backup.This property is not CLS-compliant.
Cc284252.pubproperty(tr-tr,SQL.100).gif PageVerify Gets or sets the type of page integrity check that SQL Server performs when reading database pagesThis property is not CLS-compliant.
Cc284252.pubproperty(tr-tr,SQL.100).gif ReadOnly Gets or sets a Boolean value that specifies if the database is read-only.This property is not CLS-compliant.
Cc284252.pubproperty(tr-tr,SQL.100).gif RecoveryModel Gets or set the database recovery model.This property is not CLS-compliant.
Cc284252.pubproperty(tr-tr,SQL.100).gif Status Gets a DatabaseStatus object.This property is not CLS-compliant.

Top