Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Drops the backup history for the database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub DropBackupHistory
'Usage
Dim instance As Database
instance.DropBackupHistory()
public void DropBackupHistory()
public:
void DropBackupHistory()
member DropBackupHistory : unit -> unit
public function DropBackupHistory()
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
sp_delete_database_backuphistory (Transact-SQL)