Invoke Method
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The Invoke method executes the Microsoft SQL Server Agent job referenced.
Syntax
object
.Invoke()
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT Invoke();
Hinweise
Use the Invoke method to start a job. Use the Start method of the Job object when on-demand job execution requires a starting step restriction.