Pause Method

SQL-DMO

SQL-DMO

Pause Method

The Pause method temporarily suspends Microsoft® SQL Server™ 2000 service execution.

Applies To
SQLServer Object
Syntax

object.Pause( )

Parts

object

Expression that evaluates to an object in the Applies To list

Prototype (C/C++)

HRESULT Pause();

Remarks

The SQL Server service is implemented as a pausable Microsoft Windows NT® 4.0 or Microsoft Windows 2000® service. When the Pause method is used to suspend service execution, use the Continue method to restart execution.