Compartir a través de


StopMonitor Method

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The StopMonitor method ends monitoring of the local SQL Server Agent service by an instance of Microsoft SQL Server.

Sintaxis

object.StopMonitor()

Parts

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

Prototype (C/C++)

HRESULT StopMonitor( );

Notas

For more information about SQL Server Agent service monitoring, see StartMonitor Method.

Applies To: