Start Method (Job)
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The Start method executes a Microsoft SQL Server Agent service job.
Синтаксис
object
.Start( [ Val ] )
Parts
- object
Expression that evaluates to an object in the Applies To list.
- Val
Optional. A string that specifies a starting job step by name.
Prototype (C/C++)
HRESULT Start(SQLDMO_LPCSTR NewVal = NULL);
Замечания
Use the Start method of the Job object to execute the referenced job on-demand.