Свойство MailProfileCollection.Parent

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

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

Синтаксис

'Декларация
Public ReadOnly Property Parent As SqlMail 
    Get
'Применение
Dim instance As MailProfileCollection 
Dim value As SqlMail 

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

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

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

Примеры

Использование коллекций

См. также

Справочник

MailProfileCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Mail