Server.DeleteBackupHistory Method
Deletes the backup history for this instance of Microsoft SQL Server up until the specified date and time.
備註
更新的文字:
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.
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。
多載清單
名稱 | Description |
---|---|
Server.DeleteBackupHistory (DateTime) |
Deletes the backup history for this instance of Microsoft SQL Server up until the specified date and time.
|
Server.DeleteBackupHistory (Int32) |
Deletes the backup history for the specified media set.
|
Server.DeleteBackupHistory (String) |
Deletes the backup history for the specified database.
|
請參閱
參考
Server Class
Server Members
Microsoft.SqlServer.Management.Smo Namespace
其他資源
How to: Use an SMO Method with a Parameter in Visual Basic .NET
在 SQL Server 中備份和還原資料庫
Calling Methods
管理伺服器