Aracılığıyla paylaş


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

'Bildirim
Public Sub Start ( _
    jobStepName As String _
)
public void Start (
    string jobStepName
)
public:
void Start (
    String^ jobStepName
)
public void Start (
    String jobStepName
)
public function Start (
    jobStepName : String
)

Parameters

  • jobStepName
    A String value that specifies the job step to start execution.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.