다음을 통해 공유


Parent 속성

Gets the MailAccount object that is the parent of the MailServerCollection object.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Mail
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.