Compartilhar via


Pause Method

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

The Pause method temporarily suspends Microsoft SQL Server service execution.

Sintaxe

object.Pause()

Parts

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

Prototype (C/C++)

HRESULT Pause();

Comentários

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: