Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the mail server account.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SetAccount ( _
userName As String, _
password As SecureString _
)
'Usage
Dim instance As MailServer
Dim userName As String
Dim password As SecureString
instance.SetAccount(userName, password)
public void SetAccount(
string userName,
SecureString password
)
public:
void SetAccount(
String^ userName,
SecureString^ password
)
member SetAccount :
userName:string *
password:SecureString -> unit
public function SetAccount(
userName : String,
password : SecureString
)
Parameters
- userName
Type: System.String
A string value that contains the username.
- password
Type: System.Security.SecureString
A SecureString that contains the password.