ConfigurationValue.Parent 속성
Gets or sets the SqlMail object that is the parent of the ConfigurationValue object.
네임스페이스: Microsoft.SqlServer.Management.Smo.Mail
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As SqlMail
Get
‘사용 방법
Dim instance As ConfigurationValue
Dim value As SqlMail
value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public SqlMail Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property SqlMail^ Parent {
SqlMail^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : SqlMail
function get Parent () : SqlMail
속성 값
유형: Microsoft.SqlServer.Management.Smo.Mail.SqlMail
A SqlMail object value that specifies the parent of the ConfigurationValue object.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo.Mail 네임스페이스