JobServer.SetHostLoginAccount(String, String) Method

Definition

Sets the SQL Server Account and Password that is used to login to SQL Server.

public void SetHostLoginAccount (string loginName, string password);
member this.SetHostLoginAccount : string * string -> unit
Public Sub SetHostLoginAccount (loginName As String, password As String)

Parameters

loginName
String
password
String

Applies to