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
管理服务器