Compartilhar via


Propriedade do RDL ConfigurationValueCollection.Parent

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

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

Sintaxe

'Declaração
Public ReadOnly Property Parent As SqlMail 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Usando coleções

Consulte também

Referência

ConfigurationValueCollection Classe

Namespace Microsoft.SqlServer.Management.Smo.Mail