Compartir a través de


MailServer.Parent Propiedad

Gets or sets the MailAccount object that is the parent of the MailServer object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Mail
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As MailAccount 
    Get
'Uso
Dim instance As MailServer 
Dim value As MailAccount 

value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public MailAccount Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property MailAccount^ Parent {
    MailAccount^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : MailAccount
function get Parent () : MailAccount

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Mail.MailAccount
A MailAccount object value that specifies the parent of the MailServer object.

Ejemplos

Utilizar el correo electrónico de base de datos

Vea también

Referencia

MailServer Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Mail

Otros recursos

Correo electrónico de base de datos