Proprietà Parent
Gets the SqlMail object that is the parent of the MailProfileCollection object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Parent As SqlMail
Get
'Utilizzo
Dim instance As MailProfileCollection
Dim value As SqlMail
value = instance.Parent
public SqlMail Parent { get; }
public:
property SqlMail^ Parent {
SqlMail^ get ();
}
member Parent : SqlMail
function get Parent () : SqlMail
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Mail. . :: . .SqlMail
A SqlMail object that is the parent of the MailProfileCollection object.
Vedere anche