JobServer.SetMsxAccount Method

Definition

Overloads

SetMsxAccount(String)

Sets the master server account credential name that is used to store the MSX account information. This is available only for SQL Server 2005.

SetMsxAccount(String, String)

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. This is available only for SQL Server 2005.

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

Parameters

credentialName
String

Applies to

SetMsxAccount(String, String)

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

public void SetMsxAccount (string account, string password);
member this.SetMsxAccount : string * string -> unit
Public Sub SetMsxAccount (account As String, password As String)

Parameters

account
String
password
String

Applies to