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