Freigeben über


Database.DropBackupHistory-Methode

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()

Siehe auch

Verweis

Database Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Arbeiten mit Datenbankobjekten

sp_delete_database_backuphistory (Transact-SQL)

Erstellen, Ändern und Löschen von Datenbanken

CREATE DATABASE (Transact-SQL)