Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SetAccount ( _
windowsAccount As String, _
password As SecureString _
)
'Usage
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
)
Parameters
- windowsAccount
Type: System.String
A String value that specifies the name of the account.
- password
Type: System.Security.SecureString
A SecureString value that specifies the password for the account.
Examples
Scheduling Automatic Administrative Tasks in SQL Server Agent