BackupRestoreBase.Abort Method
Terminates a running backup or restore operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub Abort
'Usage
Dim instance As BackupRestoreBase
instance.Abort()
public void Abort()
public:
void Abort()
member Abort : unit -> unit
public function Abort()
See Also