Abort Method

Description

Stops a running dump or load of a database or transaction log. When one thread has used this Backup object to call the Dump or Load method of a Database or TransactionLog object (and that method has not yet returned), call Abort from another thread to stop the dump or load operation.

Visual Basic

Backup.Abort

C++

HRESULT pBackup->Abort ( );