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


Свойство Accounts

Представляет набор объектов MailAccount. Каждый объект MailAccount представляет учетную запись подсистемы компонента SQL Server Database Mail.

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

Синтаксис

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

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

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

Тип: Microsoft.SqlServer.Management.Smo.Mail. . :: . .MailAccountCollection
Коллекция MailAccountCollection, представляющая учетные записи электронной почты, определенные в подсистеме компонента SQL Server Database Mail.