Поделиться через


Метод JobServer.SetMsxAccount (String, String)

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

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub SetMsxAccount ( _
    account As String, _
    password As String _
)
'Применение
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
)

Параметры

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

Замечания

This method is no longer supported.

Примеры

Планирование автоматических административных задач в агенте SQL Server

См. также

Справочник

JobServer Класс

Перегрузка SetMsxAccount

Пространство имен Microsoft.SqlServer.Management.Smo.Agent

Другие ресурсы

Задачи автоматизированного администрирования (агент SQL Server)

sp_msx_set_account (Transact-SQL)