Freigeben über


Pause 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 Pause method temporarily suspends Microsoft SQL Server service execution.

Syntax

object
.Pause(
)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT Pause();

Hinweise

The SQL Server service is implemented as a Microsoft Windows service that can be paused. When the Pause method is used to suspend service execution, use the Continue method to restart execution.

Applies To:

SQLServer Object