Поделиться через


Свойство 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.