StopMonitor Method

Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.

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

Syntaxe

object
.StopMonitor(
)

Parts

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

Prototype (C/C++)

HRESULT StopMonitor( );

Notes

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

Applies To:

JobServer Object