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.