Méthode MailServer.SetAccount (String, String)
Sets the mail server account.
Espace de noms : Microsoft.SqlServer.Management.Smo.Mail
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub SetAccount ( _
userName As String, _
password As String _
)
'Utilisation
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
)
Paramètres
- userName
Type : System.String
A string value that contains the username.
- password
Type : System.String
A SecureString that contains the password.