Compartir a través de


Invoke Método

Runs the job.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Invoke
'Uso
Dim instance As Job

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

Notas

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