다음을 통해 공유


MailAccountCollection.Add 메서드

Adds a Microsoft.SqlServer.Management.Smo.Mail.MailAccount to this collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Mail
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub Add ( _
    mailAccount As MailAccount _
)
‘사용 방법
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
)

매개 변수

참고 항목

참조

MailAccountCollection 클래스

Microsoft.SqlServer.Management.Smo.Mail 네임스페이스