JobServer.SetHostLoginAccount(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
此 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
- 屬性