JobServer.SetMsxAccount 方法

定義

多載

名稱 Description
SetMsxAccount(String)

設定主伺服器帳號憑證名稱,用來儲存 MSX 帳號資訊,使用 sp_msx_set_account。

SetMsxAccount(String, String)
已淘汰.

設定主伺服器帳號。 此功能僅適用於 SQL Server 2000。

SetMsxAccount(String)

設定主伺服器帳號憑證名稱,用來儲存 MSX 帳號資訊,使用 sp_msx_set_account。

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
屬性

適用於