Job.Start Method
Runs the referenced job.
Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Start
'Usage
Dim instance As Job
instance.Start()
public void Start()
public:
void Start()
member Start : unit -> unit 
public function Start()
See Also