JobServer.SetMsxAccount 메서드

정의

오버로드

Name Description
SetMsxAccount(String)

sp_msx_set_account 사용하여 MSX 계정 정보를 저장하는 데 사용되는 마스터 서버 계정 자격 증명 이름을 설정합니다.

SetMsxAccount(String, String)
사용되지 않음.

마스터 서버 계정을 설정합니다. 이 기능은 SQL Server 2000에만 사용할 수 있습니다.

SetMsxAccount(String)

sp_msx_set_account 사용하여 MSX 계정 정보를 저장하는 데 사용되는 마스터 서버 계정 자격 증명 이름을 설정합니다.

public void SetMsxAccount(string credentialName);
member this.SetMsxAccount : string -> unit
Public Sub SetMsxAccount (credentialName As String)

매개 변수

credentialName
String

적용 대상

SetMsxAccount(String, String)

주의

이 API는 이제 사용되지 않습니다.

마스터 서버 계정을 설정합니다. 이 기능은 SQL Server 2000에만 사용할 수 있습니다.

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

매개 변수

account
String
password
String
특성

적용 대상