Partilhar via


Método Server.DeleteBackupHistory

Incluir membros protegidos
Incluir membros herdados

Deletes the backup history for this instance of SQL Server up until the specified date and time.

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
Método público DeleteBackupHistory(DateTime) Deletes the backup history for this instance of SQL Server up until the specified date and time.
Método público DeleteBackupHistory(Int32) Deletes the backup history for the specified media set.
Método público DeleteBackupHistory(String) Deletes the backup history for the specified database.

Início

Comentários

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.

Consulte também

Referência

Server Classe

Namespace Microsoft.SqlServer.Management.Smo