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.