Partager via


Méthode Stop

Stops executing the referenced job.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Stop
'Utilisation
Dim instance As Job

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