JobServer.SetMsxAccount 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| 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
- 属性