BackupDevice.Drop Method ()

 

Applies To: SQL Server 2016 Preview

Drops an existing backup device.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit
override Drop : unit -> unit
Public Sub Drop

Implements

IDroppable.Drop()

Examples

Legacy Code Example

Backing Up and Restoring Databases and Transaction Logs

See Also

BackupDevice Class
Microsoft.SqlServer.Management.Smo Namespace
Backup Devices (SQL Server)

Return to top