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
특성

적용 대상