MailAccountCollection.Parent 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo.Mail
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Parent As SqlMail 
    Get
用法
Dim instance As MailAccountCollection 
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 MailAccountCollection object.

示例

使用集合

请参阅

参考

MailAccountCollection 类

Microsoft.SqlServer.Management.Smo.Mail 命名空间