Job.Start Method (String)
Runs the referenced job starting at the specified job step.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Start ( _
jobStepName As String _
)
'Usage
Dim instance As Job
Dim jobStepName As String
instance.Start(jobStepName)
public void Start(
string jobStepName
)
public:
void Start(
String^ jobStepName
)
member Start :
jobStepName:string -> unit
public function Start(
jobStepName : String
)
Parameters
- jobStepName
Type: System.String
A String value that specifies the job step to start execution.
See Also