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.