Start 메서드 (String)
Runs the referenced job starting at the specified job step.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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
)
매개 변수
- jobStepName
형식: System. . :: . .String
A String value that specifies the job step to start execution.