JobServer.SetMsxAccount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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