Propriété ConfigurationValue.Parent
Gets or sets the SqlMail object that is the parent of the ConfigurationValue object.
Espace de noms : Microsoft.SqlServer.Management.Smo.Mail
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As SqlMail
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Mail.SqlMail
A SqlMail object value that specifies the parent of the ConfigurationValue object.
Exemples
Utilisation de la messagerie de base de données
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.Mail