Compartilhar via


Propriedade do RDL MailAccountCollection.Parent

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

Namespace:  Microsoft.SqlServer.Management.Smo.Mail
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Parent As SqlMail 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Mail.SqlMail
A SqlMail object that is the parent of the MailAccountCollection object.

Exemplos

Usando coleções

Consulte também

Referência

MailAccountCollection Classe

Namespace Microsoft.SqlServer.Management.Smo.Mail