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.