MailProfile.Parent Propiedad
Gets or sets the SqlMail object that is the parent of the MailProfile object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Mail
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SqlMail
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Mail.SqlMail
A SqlMail object value that specifies the parent of the MailProfile object.
Comentarios
The SqlMail object represents the SQL Server Database Mail subsystem running on the instance of SQL Server.
Ejemplos
Utilizar el correo electrónico de base de datos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Mail