다음을 통해 공유


Parent 속성

Gets or sets the MailAccount object that is the parent of the MailServer object.

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

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As MailAccount
    Get
‘사용 방법
Dim instance As MailServer
Dim value As MailAccount

value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public MailAccount Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property MailAccount^ Parent {
    MailAccount^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : MailAccount
function get Parent () : MailAccount

속성 값

유형: Microsoft.SqlServer.Management.Smo.Mail. . :: . .MailAccount
A MailAccount object value that specifies the parent of the MailServer object.