Partilhar via


Método Invoke

Runs the job.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Invoke
'Uso
Dim instance As Job

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

Comentários

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