Метод 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
)
Параметры
- jobStepName
Тип System. . :: . .String
A String value that specifies the job step to start execution.