Partager via


Classe MailAccountCollection

The MailAccountCollection class represents a collection of MailAccount objects that represent all the mail accounts defined on the SQL Server Database Mail subsystem.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Mail
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MailAccountCollection _
    Inherits SimpleObjectCollectionBase
'Utilisation
Dim instance As MailAccountCollection
public sealed class MailAccountCollection : SimpleObjectCollectionBase
public ref class MailAccountCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type MailAccountCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class MailAccountCollection extends SimpleObjectCollectionBase

Notes

A MailAccountCollection object can be used to gain access to a set of mail accounts. You can use the Item property to return a specific MailAccount object.

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.