共用方式為


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
)

參數