다음을 통해 공유


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()