JobServer.SetMsxAccount Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| SetMsxAccount(String) |
Imposta il nome delle credenziali dell'account del server master utilizzato per archiviare le informazioni sull'account MSX usando sp_msx_set_account. |
| SetMsxAccount(String, String) |
Obsoleti.
Imposta l'account del server master. Questa opzione è disponibile solo per SQL Server 2000. |
SetMsxAccount(String)
Imposta il nome delle credenziali dell'account del server master utilizzato per archiviare le informazioni sull'account MSX usando sp_msx_set_account.
public void SetMsxAccount(string credentialName);
member this.SetMsxAccount : string -> unit
Public Sub SetMsxAccount (credentialName As String)
Parametri
- credentialName
- String
Si applica a
SetMsxAccount(String, String)
Attenzione
Questa API è ora deprecata.
Imposta l'account del server master. Questa opzione è disponibile solo per 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)
Parametri
- account
- String
- password
- String
- Attributi