JobServer.RemoveJobByID(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RemoveJobByID method drops the SQLServerAgent job identified and removes the referencing Job object from the Jobs collection.
public void RemoveJobByID (Guid jobId);
member this.RemoveJobByID : Guid -> unit
Public Sub RemoveJobByID (jobId As Guid)
Parameters
- jobId
- Guid