다음을 통해 공유


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
서버 관리