言語

JobServer.SetHostLoginAccount(String, String) メソッド

定義

注意事項

この API は非推奨になりました。

SQL Serverへのログインに使用するSQL Server アカウントとパスワードを設定します。

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

パラメーター

loginName
String
password
String
属性

適用対象