Propriété MailProfileCollection.Parent

Gets the SqlMail object that is the parent of the MailProfileCollection object.

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

Syntaxe

'Déclaration
Public ReadOnly Property Parent As SqlMail 
    Get
'Utilisation
Dim instance As MailProfileCollection 
Dim value As SqlMail 

value = instance.Parent
public SqlMail Parent { get; }
public:
property SqlMail^ Parent {
    SqlMail^ get ();
}
member Parent : SqlMail
function get Parent () : SqlMail

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Mail.SqlMail
A SqlMail object that is the parent of the MailProfileCollection object.

Exemples

Utilisation de collections

Voir aussi

Référence

MailProfileCollection Classe

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