共用方式為


Stop 方法

Stops executing the referenced job.

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub Stop
'用途
Dim instance As Job

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