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.