Abort Method
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The Abort method interrupts a running SQL Distributed Management Objects (SQL-DMO) process, returning control to the application.
Sintaxe
object.Abort
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT Abort();
Comentários
The Abort method exists for objects that expose events only.