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
)
매개 변수
- mailAccount
유형: Microsoft.SqlServer.Management.Smo.Mail.MailAccount
The Microsoft.SqlServer.Management.Smo.Mail.MailAccount to add to this collection.