Abort Method
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The Abort method interrupts a running SQL Distributed Management Objects (SQL-DMO) process, returning control to the application.
Syntaxe
object
.Abort
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT Abort();
Notes
The Abort method exists for objects that expose events only.