Invoke Method
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The Invoke method executes the Microsoft SQL Server Agent job referenced.
Синтаксис
object.Invoke()
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT Invoke();
Замечания
Use the Invokemethod to start a job. Use the Start method of the Jobobject when on-demand job execution requires a starting step restriction.