Start 方法 (String)

Runs the referenced job starting at the specified job step.

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Start ( _
    jobStepName As String _
)
用法
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
)

参数