JobServer.SetHostLoginAccount(String, 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.
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