Freigeben über


Job.Stop-Methode

Stops executing the referenced job.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Stop
'Usage
Dim instance As Job

instance.Stop()
public void Stop()
public:
void Stop()
member Stop : unit -> unit
public function Stop()

Beispiele

Planen von automatischen, administrativen Tasks im SQL Server-Agent

Siehe auch

Verweis

Job Klasse

Microsoft.SqlServer.Management.Smo.Agent-Namespace

Andere Ressourcen

Automatisierte Administrationstasks (SQL Server-Agent)

sp_update_job (Transact-SQL)