Partilhar via


Método ServerProxyAccount.SetAccount (String, SecureString)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub SetAccount ( _
    windowsAccount As String, _
    password As SecureString _
)
'Uso
Dim instance As ServerProxyAccount 
Dim windowsAccount As String 
Dim password As SecureString

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

Parâmetros

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

ServerProxyAccount Classe

Sobrecarregado SetAccount

Namespace Microsoft.SqlServer.Management.Smo