Поделиться через


Pause Method

В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.

The Pause method temporarily suspends Microsoft SQL Server service execution.

Синтаксис

object.Pause()

Parts

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

Prototype (C/C++)

HRESULT Pause();

Замечания

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: