The Pause method temporarily suspends Microsoft® SQL Server™ 2000 service execution.
object.Pause( )
object
Expression that evaluates to an object in the Applies To list
HRESULT Pause();
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.