Partilhar via


Propriedade do RDL ConfigurationValue.Parent

Gets or sets the SqlMail object that is the parent of the ConfigurationValue object.

Namespace:  Microsoft.SqlServer.Management.Smo.Mail
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As SqlMail 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Mail.SqlMail
A SqlMail object value that specifies the parent of the ConfigurationValue object.

Exemplos

Usando o Database Mail

Consulte também

Referência

ConfigurationValue Classe

Namespace Microsoft.SqlServer.Management.Smo.Mail

Outros recursos

Database Mail