共用方式為


Invoke 方法

Runs the job.

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

語法

'宣告
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.