Freigeben über


ConfigurationValueCollection.Parent-Eigenschaft

Gets the SqlMail object that is the parent of the ConfigurationValueCollection object.

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

Syntax

'Declaration
Public ReadOnly Property Parent As SqlMail 
    Get
'Usage
Dim instance As ConfigurationValueCollection 
Dim value As SqlMail 

value = instance.Parent
public SqlMail Parent { get; }
public:
property SqlMail^ Parent {
    SqlMail^ get ();
}
member Parent : SqlMail
function get Parent () : SqlMail

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.Mail.SqlMail
A SqlMail object that is the parent of the ConfigurationValueCollection object.

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

ConfigurationValueCollection Klasse

Microsoft.SqlServer.Management.Smo.Mail-Namespace