JobServer.RemoveJobsByLogin(String) 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 RemoveJobsByLogin method drops all SQLServerAgent jobs owned by the login identified and removes the referencing Job objects from the Jobs collection.
public void RemoveJobsByLogin (string login);
member this.RemoveJobsByLogin : string -> unit
Public Sub RemoveJobsByLogin (login As String)
Parameters
- login
- String