Compartir a través de


MailServerCollection.Parent Propiedad

Gets the MailAccount object that is the parent of the MailServerCollection 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 MailAccount 
    Get
'Uso
Dim instance As MailServerCollection 
Dim value As MailAccount 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Mail.MailAccount
A MailAccount object that is the parent of the MailServerCollection object.

Ejemplos

Usar colecciones

Vea también

Referencia

MailServerCollection Clase

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