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.
Adds a Microsoft.SqlServer.Management.Smo.Mail.MailAccount to this collection.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
mailAccount As MailAccount _
)
'Usage
Dim instance As MailAccountCollection
Dim mailAccount As MailAccount
instance.Add(mailAccount)
public void Add(
MailAccount mailAccount
)
public:
void Add(
MailAccount^ mailAccount
)
member Add :
mailAccount:MailAccount -> unit
public function Add(
mailAccount : MailAccount
)
Parameters
- mailAccount
Type: Microsoft.SqlServer.Management.Smo.Mail.MailAccount
The Microsoft.SqlServer.Management.Smo.Mail.MailAccount to add to this collection.