Freigeben über


JobServer.SetMsxAccount-Methode (String, String)

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

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub SetMsxAccount ( _
    account As String, _
    password As String _
)
'Usage
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
)

Parameter

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

Hinweise

This method is no longer supported.

Beispiele

Planen von automatischen, administrativen Tasks im SQL Server-Agent

Siehe auch

Verweis

JobServer Klasse

SetMsxAccount-Überladung

Microsoft.SqlServer.Management.Smo.Agent-Namespace

Andere Ressourcen

Automatisierte Administrationstasks (SQL Server-Agent)

sp_msx_set_account (Transact-SQL)