SetAccount 方法 (String, SecureString)
Sets the account name and secure 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 SecureString _
)
'用途
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
)
參數
- windowsAccount
型別:System. . :: . .String
A String value that specifies the name of the account.
- password
型別:System.Security. . :: . .SecureString
A SecureString value that specifies the password for the account.