Pause Method
Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa caratteristica in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The Pause method temporarily suspends Microsoft SQL Server service execution.
Sintassi
object
.Pause(
)
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT Pause();
Osservazioni
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.