BackupDevices Collection
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.
The BackupDevices collection contains BackupDevice objects that expose the backup devices defined on a server running Microsoft SQL Server.
주의
SQL Server backup devices specify the behavior of specific backup media, usually tape. Backup devices are not required when issuing a BACKUP or RESTORE statement and are not required by the Backup object for its functioning.
With the BackupDevices collection, you can:
Create a new backup device definition for a server running SQL Server.
Remove a backup device definition.
For more information about creating backup devices, see BackupDevice Object.
To remove a backup device
Use the Remove method of the BackupDevices collection of a connected SQLServer object. Indicate the targeted backup device using the backup device name or the ordinal location in the collection, as in:
oSQLServer.BackupDevices.Remove("Northwind_Tape")