ConfigurationValueCollection.Parent Propiedad
Gets the SqlMail object that is the parent of the ConfigurationValueCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Mail
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Mail.SqlMail
A SqlMail object that is the parent of the ConfigurationValueCollection object.