Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.