The Pause method temporarily suspends Microsoft® SQL Server™ service execution.
object.Pause( )
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
The SQL Server service is implemented as a pausable Microsoft Windows NT® service. When the Pause method has been used to suspend service execution, use the Continue method to restart execution.
HRESULT Pause();