Metodo Invoke
Runs the job.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Invoke
'Utilizzo
Dim instance As Job
instance.Invoke()
public void Invoke()
public:
void Invoke()
member Invoke : unit -> unit
public function Invoke()
Osservazioni
Use the Invokemethod to start a job. Use the Start method of the Jobobject when a starting step restriction is required.
Vedere anche