JobServer.DropJobsByLogin(String) Method

Definition

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

Applies to