Proprietà MailServerCollection.Parent

Gets the MailAccount object that is the parent of the MailServerCollection object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Mail
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As MailAccount 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

MailServerCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Mail