Поделиться через


StopMonitor Method

В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.

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

Синтаксис

object
.StopMonitor(
)

Parts

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

Prototype (C/C++)

HRESULT StopMonitor( );

Замечания

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

Applies To:

JobServer Object