Invoke 메서드

Runs the job.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Sub Invoke
‘사용 방법
Dim instance As Job

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

주의

Use the Invokemethod to start a job. Use the Start method of the Jobobject when a starting step restriction is required.