MailServers Propiedad
Represents a collection of MailServer objects. Each MailServer object represents a mail server associated with the mail account.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Mail
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(MailServer))> _
Public ReadOnly Property MailServers As MailServerCollection
Get
'Uso
Dim instance As MailAccount
Dim value As MailServerCollection
value = instance.MailServers
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(MailServer))]
public MailServerCollection MailServers { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(MailServer))]
public:
property MailServerCollection^ MailServers {
MailServerCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(MailServer))>]
member MailServers : MailServerCollection
function get MailServers () : MailServerCollection
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Mail. . :: . .MailServerCollection
A MailServerCollection that represents the mail servers associated with the mail account.
Vea también