Compartir a través de


MailAccountCollection.Parent Propiedad

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

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

Sintaxis

'Declaración
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 de la propiedad

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

Ejemplos

Usar colecciones

Vea también

Referencia

MailAccountCollection Clase

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