Propriedade do RDL MailServerCollection.Parent
Gets the MailAccount object that is the parent of the MailServerCollection object.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Mail.MailAccount
A MailAccount object that is the parent of the MailServerCollection object.