Właściwość Parent
Pobiera lub ustawia SqlMail obiekt, który jest elementem nadrzędnym MailProfile obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Mail
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SqlMail
Get
Set
'Użycie
Dim instance As MailProfile
Dim value As SqlMail
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public SqlMail Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property SqlMail^ Parent {
SqlMail^ get ();
void set (SqlMail^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : SqlMail with get, set
function get Parent () : SqlMail
function set Parent (value : SqlMail)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Mail. . :: . .SqlMail
A SqlMail wartość określająca nadrzędnego obiektu MailProfile obiektu.
Uwagi
SqlMail Reprezentuje obiekt SQL Server Mail bazy danych podsystemie uruchomione wystąpienie programu SQL Server.
Zobacz także