Propriété MailServer.Parent

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Mail
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As MailAccount 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Utilisation de la messagerie de base de données

Voir aussi

Référence

MailServer Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Mail

Autres ressources

Messagerie de base de données