Pause Method (SQL-DMO)

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

Applies To

SQLServer Object

Syntax

object.Pause( )

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

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.

Prototype (C/C++)

HRESULT Pause();

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.