Метод Invoke
Runs the job.
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub Invoke
'Применение
Dim instance As Job
instance.Invoke()
public void Invoke()
public:
void Invoke()
member Invoke : unit -> unit
public function Invoke()
Замечания
Use the Invokemethod to start a job. Use the Start method of the Jobobject when a starting step restriction is required.
См. также