JobServer.SetMsxAccount 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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
- 특성