Share via


JobServer.SetMsxAccount Method

Definition

Overloads

SetMsxAccount(String)

Sets the master server account credential name that is used to store the MSX account information using sp_msx_set_account.

SetMsxAccount(String, String)
Obsolete.

Sets the master server account. This is available only for SQL Server 2000.

SetMsxAccount(String)

Sets the master server account credential name that is used to store the MSX account information using sp_msx_set_account.

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

Parameters

credentialName
String

Applies to

SetMsxAccount(String, String)

Caution

This API is now deprecated.

Sets the master server account. This is available only for 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)

Parameters

account
String
password
String
Attributes

Applies to