Abort Method (SQL-DMO)

The Abort method interrupts a running SQL-DMO process, returning control to the application.

Applies To
Backup Object Restore Object
BulkCopy Object Transfer Object

Syntax

object.Abort

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

The Abort method exists for objects that expose events only.

Prototype (C/C++)

HRESULT Abort();

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.