Propriété MailAccountCollection.Parent
Gets the SqlMail object that is the parent of the MailAccountCollection 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 MailAccountCollection
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 MailAccountCollection object.