Метод Server.DeleteBackupHistory
Показывать защищенные элементы
Показывать наследуемые элементы
Deletes the backup history for this instance of SQL Server up until the specified date and time.
Этот элемент перегружен. Чтобы получить полные сведения об этом элементе (синтаксисе, использовании и примерах использования), щелкните его имя в списке перегрузок.
Список перегрузок
Имя | Описание | |
---|---|---|
DeleteBackupHistory(DateTime) | Deletes the backup history for this instance of SQL Server up until the specified date and time. | |
DeleteBackupHistory(Int32) | Deletes the backup history for the specified media set. | |
DeleteBackupHistory(String) | Deletes the backup history for the specified database. |
В начало
Замечания
This method has three overloads that let you delete the backup history that is stored on the instance of SQL Server. You can do this by specifying a cutoff date, a media set, the name of a database.