Поделиться через


Свойство SqlMail.Profiles

Represents a collection of MailProfile objects. Each MailProfile object represents a SQL Server Database Mail configuration option.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Mail
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(MailProfile))> _
Public ReadOnly Property Profiles As MailProfileCollection 
    Get
'Применение
Dim instance As SqlMail 
Dim value As MailProfileCollection 

value = instance.Profiles
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(MailProfile))]
public MailProfileCollection Profiles { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(MailProfile))]
public:
property MailProfileCollection^ Profiles {
    MailProfileCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(MailProfile))>]
member Profiles : MailProfileCollection
function get Profiles () : MailProfileCollection

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection
A MailProfileCollection that represents the mail profiles defined on the SQL Server Database Mail subsystem.

Примеры

Использование компонента Database Mail

См. также

Справочник

SqlMail Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Mail

Другие ресурсы

Компонент Database Mail