JobServer.SetMsxAccount メソッド

定義

オーバーロード

名前 説明
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
属性

適用対象