SetAccount 方法 (String, String)

Sets the mail server account.

命名空间:  Microsoft.SqlServer.Management.Smo.Mail
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub SetAccount ( _
    userName As String, _
    password As String _
)
用法
Dim instance As MailServer
Dim userName As String
Dim password As String

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

参数