BackupRestoreBase.Abort Method ()

 

Applies To: SQL Server 2016 Preview

Terminates a running backup or restore operation.

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

Syntax

public void Abort()
public:
void Abort()
member Abort : unit -> unit
Public Sub Abort

Examples

Legacy Code Example

Backing Up and Restoring Databases and Transaction Logs

See Also

BackupRestoreBase Class
Microsoft.SqlServer.Management.Smo Namespace
RESTORE (Transact-SQL)
BACKUP (Transact-SQL)

Return to top