Compartilhar via


Classe MailProfileCollection

The MailProfileCollection class represents a collection of MailProfile objects that represent all the mail profiles defined on the SQL Server Database Mail subsystem.

Namespace:  Microsoft.SqlServer.Management.Smo.Mail
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class MailProfileCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As MailProfileCollection
public sealed class MailProfileCollection : SimpleObjectCollectionBase
public ref class MailProfileCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type MailProfileCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class MailProfileCollection extends SimpleObjectCollectionBase

Comentários

A MailProfileCollection object can be used to gain access to a set of mail profiles. You can use the Item property to return a specific MailProfile object.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.