JobServer.StopMonitor-Methode
Ends monitoring the local SQL Server Agent Service by an instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub StopMonitor
'Usage
Dim instance As JobServer
instance.StopMonitor()
public void StopMonitor()
public:
void StopMonitor()
member StopMonitor : unit -> unit
public function StopMonitor()
Beispiele
Planen von automatischen, administrativen Tasks im SQL Server-Agent
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo.Agent-Namespace
Andere Ressourcen
Automatisierte Administrationstasks (SQL Server-Agent)
Gespeicherte Prozeduren des SQL Server-Agents (Transact-SQL)