Metodo Add
Adds a MailProfile to the collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Add ( _
mailProfile As MailProfile _
)
'Utilizzo
Dim instance As MailProfileCollection
Dim mailProfile As MailProfile
instance.Add(mailProfile)
public void Add(
MailProfile mailProfile
)
public:
void Add(
MailProfile^ mailProfile
)
member Add :
mailProfile:MailProfile -> unit
public function Add(
mailProfile : MailProfile
)
Parametri
- mailProfile
Tipo: Microsoft.SqlServer.Management.Smo.Mail. . :: . .MailProfile
The MailProfile to add to the collection.
Vedere anche