StopMonitor 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 StopMonitor method ends monitoring of the local SQL Server Agent service by an instance of Microsoft SQL Server.
Sintaxe
object.StopMonitor()
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT StopMonitor( );
Comentários
For more information about SQL Server Agent service monitoring, see StartMonitor Method.