Condividi tramite


Metodo JobServer.SetMsxAccount (String, String)

Sets the name of the credentials used to log in to the master server in multiserver administration.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub SetMsxAccount ( _
    account As String, _
    password As String _
)
'Utilizzo
Dim instance As JobServer 
Dim account As String 
Dim password As String

instance.SetMsxAccount(account, password)
public void SetMsxAccount(
    string account,
    string password
)
public:
void SetMsxAccount(
    String^ account, 
    String^ password
)
member SetMsxAccount : 
        account:string * 
        password:string -> unit
public function SetMsxAccount(
    account : String, 
    password : String
)

Parametri

  • account
    Tipo: System.String
    A String value that specifies the SQL Server Authentication login name.
  • password
    Tipo: System.String
    A String value that specifies the SQL Server Authentication password.

Osservazioni

This method is no longer supported.

Esempi

Pianificazione delle attività amministrative automatiche in SQL Server Agent

Vedere anche

Riferimento

JobServer Classe

Overload SetMsxAccount

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent

Altre risorse

Automatizzazione delle attività amministrative (SQL Server Agent)

sp_msx_set_account (Transact-SQL)