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