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


Метод ServerProxyAccount.SetAccount (String, String)

Sets the account name and password for the proxy account on the instance of SQL Server.

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

Синтаксис

'Декларация
Public Sub SetAccount ( _
    windowsAccount As String, _
    password As String _
)
'Применение
Dim instance As ServerProxyAccount 
Dim windowsAccount As String 
Dim password As String

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

Параметры

Примеры

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

См. также

Справочник

ServerProxyAccount Класс

Перегрузка SetAccount

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