Abort Method
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The Abort method interrupts a running SQL Distributed Management Objects (SQL-DMO) process, returning control to the application.
Syntax
object
.Abort
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT Abort();
Hinweise
The Abort method exists for objects that expose events only.