ServerProxyAccount.SetAccount Method
Include Protected Members
Include Inherited Members
Sets the account name and password for the proxy account on the instance of SQL Server.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetAccount(String, SecureString) | Sets the account name and secure password for the proxy account on the instance of SQL Server. | |
SetAccount(String, String) | Sets the account name and password for the proxy account on the instance of SQL Server. |
Top