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


Метод JobServer.StartMonitor

Starts monitoring the local SQL Server Agent Service by an instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub StartMonitor ( _
    netSendAddress As String, _
    restartAttempts As Integer _
)
'Применение
Dim instance As JobServer 
Dim netSendAddress As String 
Dim restartAttempts As Integer

instance.StartMonitor(netSendAddress, _
    restartAttempts)
public void StartMonitor(
    string netSendAddress,
    int restartAttempts
)
public:
void StartMonitor(
    String^ netSendAddress, 
    int restartAttempts
)
member StartMonitor : 
        netSendAddress:string * 
        restartAttempts:int -> unit
public function StartMonitor(
    netSendAddress : String, 
    restartAttempts : int
)

Параметры

  • netSendAddress
    Тип: System.String
    A String value that specifies a net send address to notify when the SQL Server Agent Service has stopped.
  • restartAttempts
    Тип: System.Int32
    An Int32 value that specifies the number of times to attempt to restart the SQL Server Agent Service if it has stopped.

Примеры

Планирование автоматических административных задач в агенте SQL Server

См. также

Справочник

JobServer Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Agent

Другие ресурсы

Задачи автоматизированного администрирования (агент SQL Server)

Хранимые процедуры агента SQL Server (Transact-SQL)