Freigeben über


Abort Method

Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion 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.