Поделиться через


Свойство Parent

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

Пространство имен:  Microsoft.SqlServer.Management.Smo.Mail
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Parent As MailAccount
    Get
'Применение
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

Значение свойства

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